mcp-anything
Rank #38,983io.github.Dror-Bengal/mcp-anything
Meta-MCP gateway: search, inspect and call any MCP server from the public registries.
mcp-anything is a Model Context Protocol (MCP) server published by Dror-Bengal. It ranks #38,983 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. mcp-anything is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 21, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 93,063 of 132,046 servers on MCP Toplist.
Use mcp-anything
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-anything -- npx -y mcp-anything serve[mcp_servers.mcp-anything]
command = "npx"
args = ["-y", "mcp-anything", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-anything": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-anything",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Dror-Bengal%2Fmcp-anything)<a href="https://mcptoplist.com/server/io.github.Dror-Bengal%2Fmcp-anything"><img src="https://mcptoplist.com/badge/io.github.Dror-Bengal%2Fmcp-anything.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Dror-Bengal
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Aug 21, 2026 |
| 0.1.1 | Aug 21, 2026 |
Frequently asked questions
- Who maintains mcp-anything?
- mcp-anything is maintained by Dror-Bengal, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is mcp-anything listed on the Official MCP Registry?
- Yes — mcp-anything is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-anything have?
- MCP Toplist tracks 2 versions of mcp-anything, most recently published on Aug 21, 2026.
- Where can I find the source code for mcp-anything?
- The source code for mcp-anything is hosted at github.com/Dror-Bengal/mcp-anything.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.