Internetsearch-mcp-server
@mingdedi
关于 Internetsearch-mcp-server
一个用于联网搜索的MCP服务器
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Internetsearch-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Internetsearch-mcp-server?
Internetsearch-mcp-server is an MCP (Model Context Protocol) server that enables internet search functionality. It integrates with the Bocha AI search API and is intended for developers who want to add web search capabilities to MCP-compatible clients (e.g., AI assistants).
How to use Internetsearch-mcp-server?
Clone the repository, set up a Python virtual environment via uv, install dependencies with uv sync, then configure your MCP client to point to the server script (Internet_search.py) and set the BOCHAAI_API_KEY environment variable with a valid key obtained from Bocha AI.
Key features of Internetsearch-mcp-server
- Provides web search through the MCP protocol
- Uses the Bocha search API as the backend
- Simple Python implementation with uv for dependency management
- Easy integration with MCP-enabled AI tools
Use cases of Internetsearch-mcp-server
- Enable an AI assistant to fetch real-time information from the web
- Add search capability to any MCP client without writing custom connectors
- Retrieve up-to-date answers on current events, facts, or data
FAQ from Internetsearch-mcp-server
What API key do I need?
You must obtain a valid API key from Bocha AI (visit bochaai.com). The key is set as the environment variable BOCHAAI_API_KEY.
How do I configure the server?
Add an entry to your MCP client’s configuration file with the command uv, arguments pointing to the server directory and script (Internet_search.py), and the required environment variable.
Are there any runtime dependencies?
Python 3 and the uv package manager are required. All other dependencies are managed via uv sync.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论