Meta-MCP gateway: search, inspect and call any MCP server from the public registries.
claude mcp add mcp-anything -- npx -y mcp-anything
claude_desktop_config.json
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-anything": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-anything"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-anything": {
"command": "npx",
"args": [
"-y",
"mcp-anything"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Dror-Bengal--mcp-anything/reviews or the review_server meta-tool.
POST /mcp