About
一个用于联网搜索的MCP服务器
README
一个用于联网搜索的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
Installing InternetSearch
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mingdedi/InternetSearch-mcp-serverFAQ
Is InternetSearch MCP free?
Yes, InternetSearch MCP is free — one-click install via Unyly at no cost.
Does InternetSearch need an API key?
No, InternetSearch runs without API keys or environment variables.
Is InternetSearch hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install InternetSearch in Claude Desktop, Claude Code or Cursor?
Open InternetSearch on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare InternetSearch with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
