🐳🧩 Easy to use MCP builder & launcher for all possible MCP servers, just like Ollama for models!
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-launcher": {
"command": "go",
"args": [
"run",
"github.com/moeru-ai/mcp-launcher@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-launcher go run github.com/moeru-ai/mcp-launcher@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-launcher": {
"command": "go",
"args": [
"run",
"github.com/moeru-ai/mcp-launcher@latest"
]
}
}
}