what is Internetsearch-mcp-server?
Internetsearch-mcp-server is a server designed for internet searching, providing a platform for users to perform searches across the web.
how to use Internetsearch-mcp-server?
To use the Internetsearch-mcp-server, set up the server environment as per the documentation, and then send search queries to the server endpoint to receive results.
key features of Internetsearch-mcp-server?
- Supports multiple search queries simultaneously
- Provides fast and efficient search results
- Easy integration with other applications
use cases of Internetsearch-mcp-server?
- Building custom search applications for specific domains.
- Integrating search functionality into existing web applications.
- Conducting research by aggregating search results from various sources.
FAQ from Internetsearch-mcp-server?
- What programming languages can be used with Internetsearch-mcp-server?
The server can be integrated with any programming language that can make HTTP requests.
- Is there any documentation available?
Yes, comprehensive documentation is available on the GitHub repository.
- Can I contribute to the project?
Yes, contributions are welcome! Please check the contribution guidelines in the repository.
Internetsearch-mcp-server
一个用于联网搜索的MCP服务器
如何使用
1、将仓库git clone
git clone https://github.com/mingdedi/Internetsearch-mcp-server.git
2、使用uv重建环境
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"
]
}
}
}
注意
这里的SEARCH_API_KEY.txt中的密钥仅仅是一个示例。
如果想要获取一个实际可用的密钥请访问https://bochaai.com/
Usage Instructions
1、Clone the Repository
git clone https://github.com/mingdedi/Internetsearch-mcp-server.git
2、Set Up the Environment Using uv
pip install uv
uv venv
./.venv/Scripts/activate.bat
uv sync
3、Add Configuration in the Configuration File
Add the following configuration in a similar format:
{
"mcpServers": {
"Internetsearch-mcp-server": {
"description": "Internetsearch-mcp-server",
"command": "uv",
"args": [
"--directory",
"/path/Internetsearch-mcp-server",
"run",
"Internet_search.py"
]
}
}
}
Note
The key in the SEARCH_API_KEY.txt file is merely an example.
If you need an actual usable key, please visit https://bochaai.com/.