Skip to main content
Glama
PXSR

MCP Smart Searcher

by PXSR

MCP 智能搜索器

一个用于多引擎网络搜索的智能 MCP(模型上下文协议)服务器,提供 AI 驱动的搜索结果。

功能特性

  • 多引擎搜索 — 同时搜索 6 个引擎:DuckDuckGo、百度、掘金、GitHub、GitHub 代码、Tavily

  • 网页内容提取 — 从任何公共 URL 获取并提取纯净文本,支持去噪和提示词引导过滤

  • 速率限制 — 通过信号量实现内置并发控制

  • 代理支持 — 每个引擎的独立代理配置

  • 引擎白名单 — 限制可使用的搜索引擎

Related MCP server: evo-scry

安装

pip install -e ".[dev]"

使用方法

运行服务器

python -m mcp_smart_searcher

MCP 客户端配置

添加到你的 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

配置

环境变量

描述

默认值

DEFAULT_SEARCH_ENGINE

默认搜索引擎

duckduckgo

ALLOWED_SEARCH_ENGINES

逗号分隔的引擎白名单

(全部允许)

TAVILY_API_KEY

Tavily AI 搜索 API 密钥

(无)

GITHUB_TOKEN

GitHub API 令牌

(无)

USE_PROXY

启用代理

true

PROXY_URL

代理 URL

http://127.0.0.1:7890

PROXY_ENGINES

使用代理的引擎(逗号分隔)

(全部)

MAX_CONCURRENT_SEARCH

最大并发搜索请求数

5

LOG_LEVEL

日志级别

INFO

许可证

Apache-2.0

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP 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.
    8
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP 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
  • A
    license
    -
    quality
    A
    maintenance
    Multi-engine aggregated search MCP server that combines results from 7 search engines with deduplication, relevance ranking, and web page content extraction.
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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