One command installs an MCP server into every coding-agent client you have — local, no account, with a handshake smoke-test.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpx": {
"command": "go",
"args": [
"run",
"github.com/SuperMarioYL/mcpx@latest"
]
}
}
}
Run in terminal:
claude mcp add mcpx go run github.com/SuperMarioYL/mcpx@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpx": {
"command": "go",
"args": [
"run",
"github.com/SuperMarioYL/mcpx@latest"
]
}
}
}