Overview
what is Internetsearch-mcp-server?
Internetsearch-mcp-server is an MCP server designed for internet searching, based on the Bocha search API.
how to use Internetsearch-mcp-server?
To use the Internetsearch-mcp-server, clone the repository, set up the environment using uv, and configure the server with your Bocha AI API key.
key features of Internetsearch-mcp-server?
- Utilizes the Bocha search API for internet searches.
- Easy setup with environment configuration.
- Supports multiple MCP server configurations.
use cases of Internetsearch-mcp-server?
- Integrating internet search capabilities into applications.
- Building custom search solutions using the Bocha API.
- Enhancing data retrieval processes in software projects.
FAQ from Internetsearch-mcp-server?
- What is the Bocha AI API key?
The Bocha AI API key is a unique identifier required to access the Bocha search services.
- Is there a cost associated with using the Bocha AI API?
Please refer to the Bocha AI website for pricing details.
- Can I customize the server settings?
Yes, you can customize the server settings in the configuration file.
Content
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
No tools information available.
No content found.