install-mcp

supermemoryai/install-mcp
★ 179 stars TypeScript 🔒 Security Updated 1mo ago
A simple CLI to install MCP servers into any client - auth included!
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": {
    "install-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "supermemoryai/install-mcp"
      ]
    }
  }
}