Manage and install MCP servers across multiple AI clients from a single CLI for seamless Model Context Protocol integration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opens-plan-r": {
"command": "npx",
"args": [
"-y",
"Sukmawjyy/openS-Plan-R"
]
}
}
}
Run in terminal:
claude mcp add opens-plan-r npx -y Sukmawjyy/openS-Plan-R
Add to .cursor/mcp.json:
{
"mcpServers": {
"opens-plan-r": {
"command": "npx",
"args": [
"-y",
"Sukmawjyy/openS-Plan-R"
]
}
}
}