Add your description here
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_internetsearch_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: mseep_internetsearch_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab7179ffaff5bc6751107fa6080c0d58758a912a83a7f358fc7fd3ca6220d653
|
|
| MD5 |
db527d6d3312b44c6672b8ba4422efa3
|
|
| BLAKE2b-256 |
f434969d37f85dca0b2f21e9943e0e12a46e11fc2b98ec95df3aace2bb6bb844
|
File details
Details for the file mseep_internetsearch_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mseep_internetsearch_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99bf6e4c9c2a48116c2f8c9b97a0c9caac166d2053750f87fc409ff58bf2c9dc
|
|
| MD5 |
384e124162cbc061959692909fbdc987
|
|
| BLAKE2b-256 |
37852409a7b060d7506f2f44a1aaa125cf0c2b1342ef48fe6254ca840623f810
|