🛠 Manage Model Context Protocol servers easily with MCP-Control-Lite. Discover, install, and configure servers for your AI applications with a simple interface.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-control-lite": {
"command": "cargo",
"args": [
"run",
"--",
"MCP-Control-Lite"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-control-lite cargo run -- MCP-Control-Lite
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-control-lite": {
"command": "cargo",
"args": [
"run",
"--",
"MCP-Control-Lite"
]
}
}
}
📋 Copy