mcp-marketplace

yksanjo/mcp-marketplace
★ 0 stars TypeScript 🗄️ Database Updated 1d ago
mcpx - MCP Server Installer. npm-style CLI for discovering and installing MCP servers into Claude Desktop.
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-marketplace": {
      "command": "npx",
      "args": [
        "-y",
        "yksanjo/mcp-marketplace"
      ]
    }
  }
}

README Excerpt

> **npm-style CLI for discovering and installing MCP (Model Context Protocol) servers into Claude Desktop.** ```bash mcpx search postgres mcpx install postgres-server mcpx list mcpx remove postgres-server ``` Installing MCP servers for Claude Desktop is currently a manual process — find the right npm package, edit `claude_desktop_config.json`, get the syntax right. **mcpx** automates all of that.