🔧 Simplify MCP server setup by unifying configs to deploy easily across multiple AI CLI tools with one central config file.
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-cli": {
"command": "npx",
"args": [
"-y",
"khang2916102006/mcpx-cli"
]
}
}
}
Run in terminal:
claude mcp add mcpx-cli npx -y khang2916102006/mcpx-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpx-cli": {
"command": "npx",
"args": [
"-y",
"khang2916102006/mcpx-cli"
]
}
}
}