Meta-MCP gateway: search, inspect and call any MCP server from the public registries.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
One MCP server that can discover and call (almost) any MCP server in the world.

mcp-anything is a meta-MCP server: instead of configuring dozens of MCP servers in your host (Claude Desktop, Claude Code, Cursor, ...), you configure exactly one. It indexes the official MCP registry locally and exposes five small meta-tools that let the model search for servers, inspect them, and call their tools on the fly β without ever loading thousands of tool schemas into the context window.
Then just ask your model things like "find an MCP server that can query Postgres and list its tools" β it will use the meta-tools by itself.
A public instance with execution enabled would be an open proxy β never host a full instance publicly. The Dockerfile defaults to discovery-only for exactly this reason. A hosted discovery instance lets any MCP client search the ecosystem; actually connecting and calling tools is what the local install is for.
| Tool | What it does |
|---|---|
search_mcp_servers | Keyword search (BM25 + fuzzy) over the indexed registry. Returns candidates with a connectability verdict. |
describe_mcp_server | Full registry metadata: transports, packages, required env vars / secrets, policy verdict. |
list_mcp_tools | Connects live (per policy) and lists the server's actual tools with JSON schemas. |
call_mcp_tool | Executes one tool on a downstream server. Sessions are pooled and reused. |
sync_registry | Forces an index refresh (otherwise auto-refreshed on TTL expiry). |
Connecting an LLM to arbitrary servers from a public registry is dangerous by default. mcp-anything ships with conservative defaults and makes every relaxation explicit:
169.254.169.254) and plain http: are blocked β an SSRF guard for registry entries that point into your network. Opt out with remote.allowPrivateNetwork (useful for local development only).npx / uvx processes): disabled by default. Running a package from a public registry is arbitrary code execution on your machine. Enable it only with an explicit per-package allowlist.~/.config/mcp-anything/config.json (or --config <path>, or MCP_ANYTHING_CONFIG):
Every field is optional; the defaults above (minus the example headers/env) are what you get with no config at all. registryUrl accepts any registry implementing the official REST API β including a private/self-hosted one.
sources controls how much of the ecosystem gets indexed:
| Source | Scale | What it adds |
|---|---|---|
official (default) | thousands | Moderated entries with the richest metadata (transports, env vars, versions) |
pulsemcp | ~22k | Broad catalog + GitHub stars & download counts (feeds ranking) |
npm | ~67k tagged packages | The largest raw pool of stdio servers, with monthly downloads |
glama | ~75k | The widest index (best-effort adapter) |
Entries appearing in several catalogs are deduplicated by normalized repository URL and package identifier; the most-trusted source wins the identity, metadata is backfilled from the others, and stars/downloads accumulate. Ranking then combines BM25 relevance with a log-scaled popularity boost (and a bonus for official-registry entries), so search_mcp_servers surfaces the maintained implementation of a capability rather than the hundredth abandoned clone. qualityFilter (default on) drops entries with no way to connect and no usable description β with wide sources, more is only better if the junk stays out of the top-5. A failed source degrades gracefully: the sync keeps whatever the other sources returned and reports the failure.
This space is active: MetaMCP and other gateways aggregate servers you configure; Composio's Rube routes to its own curated catalog; hosts are growing native tool-search. mcp-anything's niche is the open combination: the public registry as the catalog, a local-first single binary, and an explicit security policy β no cloud account, no curation lock-in, self-hostable against a private registry.
tools/list of popular serversSee CONTRIBUTING.md. Licensed MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-anything)<a href="https://allmcps.com/mcp/mcp-anything"><img src="https://allmcps.com/api/badge/mcp-anything?style=directory" alt="MCP Anything on AllMCPs" /></a>