xngmcp
Officialxngmcp
xngmcp は、MCP クライアントとターミナルに 2 つのローカル Web ツールを提供します:web_search(SearXNG 経由)と web_fetch(読みやすい公開ページ用)。
インストール
Rust 1.85 以降が必要です。同梱の SearXNG バックエンドには、Compose プラグインを備えた Docker が必要です。
ソースのチェックアウトから、xngmcp をインストールしてバックエンドを起動します:
cargo install --path .
./infra/searxng/bootstrap.sh
docker compose --env-file infra/searxng/.env \
-f infra/searxng/compose.yaml up -d --waitバックエンドは http://127.0.0.1:8080 で待ち受けます。これと CLI が動作することを確認してください:
curl --fail --silent --show-error http://127.0.0.1:8080/healthz >/dev/null
xngmcp search --limit 5 'Rust MCP SDK'設定、運用、統合テストについては SearXNG ガイド を参照してください。生成された man ページとシェル補完をインストールするには シェル連携 を参照してください。
Related MCP server: web-basics-mcp
Pi
Pi パッケージのインストールと設定は、セットアップガイド に従ってください。これにより pi-mcp-adapter が xngmcp serve を実行するように設定され、web_search と web_fetch が Pi の直接ツールとして公開されます。
使用方法
# Search the web
xngmcp search 'Rust MCP SDK'
xngmcp search --json --limit 5 'Rust MCP SDK'
# Fetch readable text or Markdown from a public URL
xngmcp fetch --format text https://doc.rust-lang.org/book/
# Run the stdio MCP server
xngmcp serveMCP クライアントを設定して、SEARXNG_URL=http://127.0.0.1:8080 で xngmcp serve を起動してください。サーバーは web_search と web_fetch を公開します。別のエンドポイントを選択するには、--searxng-url または SEARXNG_URL を使用します。
search --json と fetch --json は、単一の JSON 値を stdout に書き込みます。エラーと診断情報は stderr に出力されます。すべてのコマンドとオプションについては xngmcp --help を実行してください。
This server cannot be installed
Maintenance
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
- Flicense-qualityBmaintenanceMCP server that exposes web_search and web_fetch tools, allowing LLM applications to search the web via DuckDuckGo and fetch page content as cleaned markdown.
- AlicenseBqualityBmaintenanceA self-hosted MCP server providing web search and URL fetching tools, running locally without external API keys or accounts.2MIT
- FlicenseAqualityCmaintenanceMCP server that provides a search_web tool to query a self-hosted SearXNG instance and return structured web search results.1
- Flicense-qualityBmaintenanceA self-hosted MCP server providing private web search, web page fetching, and current date/time tools, powered by a bundled SearXNG instance for API-key-free local search.2
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
An MCP server that gives your AI access to the source code and docs of all public github repos
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/stormlightlabs/xngmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server