mcpx

evantahler/mcpx
★ 30 stars TypeScript 🌐 Browser/Web Updated 10d ago
A command-line interface for MCP servers. curl for MCP.
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": {
    "mcpx": {
      "command": "npx",
      "args": [
        "-y",
        "evantahler/mcpx"
      ]
    }
  }
}