MCP Smart Searcher
MCP 智能搜索器
一个用于多引擎网络搜索的智能 MCP(模型上下文协议)服务器,提供 AI 驱动的搜索结果。
功能特性
多引擎搜索 — 同时搜索 6 个引擎:DuckDuckGo、百度、掘金、GitHub、GitHub 代码、Tavily
网页内容提取 — 从任何公共 URL 获取并提取纯净文本,支持去噪和提示词引导过滤
速率限制 — 通过信号量实现内置并发控制
代理支持 — 每个引擎的独立代理配置
引擎白名单 — 限制可使用的搜索引擎
Related MCP server: evo-scry
安装
pip install -e ".[dev]"使用方法
运行服务器
python -m mcp_smart_searcherMCP 客户端配置
添加到你的 MCP 客户端配置中(例如 Claude Desktop):
{
"mcpServers": {
"smart-searcher": {
"command": "python",
"args": ["-m", "mcp_smart_searcher"]
}
}
}开发
# Run with MCP inspector
mcp dev src/mcp_smart_searcher/server.py
# Run tests
PYTHONPATH=src pytest
# Build
python -m build配置
环境变量 | 描述 | 默认值 |
| 默认搜索引擎 |
|
| 逗号分隔的引擎白名单 | (全部允许) |
| Tavily AI 搜索 API 密钥 | (无) |
| GitHub API 令牌 | (无) |
| 启用代理 |
|
| 代理 URL |
|
| 使用代理的引擎(逗号分隔) | (全部) |
| 最大并发搜索请求数 |
|
| 日志级别 |
|
许可证
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for web crawling, searching, and AI-powered content extraction, supporting single-page, batch, and full-site crawling along with text, news, image, book, and video search.81MIT
- Alicense-qualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
- AlicenseAqualityBmaintenanceMCP server for web search with LLM-optimized results and anti-detection mechanisms.328MIT
- Alicense-qualityAmaintenanceMulti-engine aggregated search MCP server that combines results from 7 search engines with deduplication, relevance ranking, and web page content extraction.1MIT
Related MCP Connectors
MCP server for Google search results via SERP API
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PXSR/mcp-smart-searcher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server