Skip to main content
Glama

Internetsearch-mcp-server

Internetsearch-mcp-server

一个用于联网搜索的MCP服务器 基于博查搜索API的MCP服务器
需要使用博查AI的搜索服务密钥,具体文档请查阅博查开发文档.

如何使用
1、将仓库git clone

git clone https://github.com/mingdedi/Internetsearch-mcp-server.git

2、使用uv重建环境

cd Internetsearch-mcp-server pip install uv uv venv ./.venv/Scripts/activate.bat uv sync

3、在配置文件中添加,类似格式如下

{ "mcpServers": { "Internetsearch-mcp-server": { "description": "Internetsearch-mcp-server", "command": "uv", "args": [ "--directory", "/path/Internetsearch-mcp-server", "run", "Internet_search.py" ], "env": { "BOCHAAI_API_KEY": "sk-123456789412345678312323456789e" } } } }

注意
这里的BOCHAAI_API_KEY中的密钥仅仅是一个示例。
如果想要获取一个实际可用的密钥请访问博查AI

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

一个用于联网搜索的MCP服务器,基于博查搜索API A MCP server for internet search, based on the Bocha Search API

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A server based on the MCP protocol that uses the Brave API for web search functionality.
    Last updated -
    6
    Python
    MIT License
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    An MCP server that integrates with SerpApi to retrieve search results from multiple search engines including Google, Bing, Yahoo, and others, enabling fast access to both live and archived search data.
    Last updated -
    Python
  • -
    security
    A
    license
    -
    quality
    An MCP server that integrates the Brave Search API to provide both web and local search capabilities, with features like pagination, filtering, and smart fallbacks.
    Last updated -
    7
    TypeScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    An MCP server that allows searching for and retrieving information about Model Context Protocol servers registered on the MCP Hub.
    Last updated -
    1
    MIT License
    • Apple
    • Linux

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mingdedi/InternetSearch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server