mcp-anything for VS Code
io.github.dror-bengal/mcp-anything
Meta-MCP gateway: search, inspect and call any MCP server from the public registries.
client:VS Code
transport:stdio
runtime:npm
Install mcp-anything in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-anything": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-anything"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs