Developer Tools
Trust: 23/100 (Limited)io.github.Antonytm/mcp-all Guide
A Model Context Protocol server to run other MCP servers
1 starsby Antonytm
Quick Start
Install
npx @antonytm/mcp-allClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-antonytm-mcp-all": {
"command": "npx",
"args": [
"@antonytm/mcp-all"
]
}
}
}