mcp-launchpad

kenneth-liao/mcp-launchpad
★ 203 stars Python 💻 Code/Dev Tools Updated 1mo ago
A lightweight CLI for efficiently discovering (search) and executing tools from multiple MCP (Model Context Protocol) servers.
View on GitHub →

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-launchpad": {
      "command": "uvx",
      "args": [
        "mcp-launchpad"
      ]
    }
  }
}

Or install with pip: pip install mcp-launchpad