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

You must be authenticated.

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
    An MCP server implementation that integrates the Brave Search API, providing both web and local search capabilities.
    Last updated -
    2
    15,870
    49,856
    Python
    MIT License
    • Linux
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API.
    Last updated -
    5
    206
    111
    TypeScript
    MIT License
    • Apple
  • -
    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
  • A
    security
    F
    license
    A
    quality
    An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
    Last updated -
    4
    2
    Python

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