xngmcp
OfficialProvides web search capability through a SearXNG instance, allowing users to search the web using the SearXNG meta-search engine.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xngmcpSearch the web for 'Rust MCP SDK' and summarize the top results."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xngmcp
xngmcp gives MCP clients and the terminal two local-web tools: web_search via
SearXNG and web_fetch for readable public pages.
Install
Requires Rust 1.85 or newer. Docker with the Compose plugin is required for the included SearXNG backend.
From a source checkout, install xngmcp and start the backend:
cargo install --path .
./infra/searxng/bootstrap.sh
docker compose --env-file infra/searxng/.env \
-f infra/searxng/compose.yaml up -d --waitThe backend listens on http://127.0.0.1:8080. Confirm it and the CLI work:
curl --fail --silent --show-error http://127.0.0.1:8080/healthz >/dev/null
xngmcp search --limit 5 'Rust MCP SDK'See the SearXNG guide for configuration, operations, and its integration test. See shell integration to install the generated man pages and shell completions.
Related MCP server: web-basics-mcp
Pi
Install and configure the Pi package with its
setup guide. It configures
pi-mcp-adapter to run xngmcp serve and exposes web_search and web_fetch
as direct Pi tools.
Usage
# 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 serveConfigure an MCP client to start xngmcp serve with
SEARXNG_URL=http://127.0.0.1:8080. The server exposes web_search and
web_fetch. Use --searxng-url or SEARXNG_URL to select another endpoint.
search --json and fetch --json write a single JSON value to stdout. Errors
and diagnostics go to stderr. Run xngmcp --help for all commands and options.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Docs: https://docs.keenable.ai/mcp-server Keenable is a free, remote MCP server that gives agents access to the web index. Search the web with ranked results and date/site filters, then fetch any indexed page as clean markdown. Works out of the box with no account or API key.
Scrape, crawl and search the web for AI agents via MCP.
Serper MCP — wraps the Serper Google Search API (serper.dev)
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceMCP 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.-
- AlicenseAqualityAmaintenanceA self-hosted MCP server providing web search and URL fetching tools, running locally without external API keys or accounts.2539MIT
- FlicenseAqualityCmaintenanceMCP server that provides a search_web tool to query a self-hosted SearXNG instance and return structured web search results.1-
- FlicenseNot gradedqualityBmaintenanceA 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-
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