Skip to main content
Glama
PXSR

MCP Smart Searcher

by PXSR

MCP Smart Searcher

AIによる結果生成機能を備えたマルチエンジンWeb検索用スマートMCP(Model Context Protocol)サーバー。

機能

  • マルチエンジン検索 — 6つのエンジン(DuckDuckGo、Baidu、Juejin、GitHub、GitHub Code、Tavily)で同時に検索可能

  • Webコンテンツ抽出 — 公開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 Search 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