Back to MCP Servers
🔌

anaisbetts/mcp-installer

MITAPI key required

🐍 🏠 - An MCP server that installs other MCP servers for you.

JavaScriptAI & LLMs

Install

npx -y @anaisbetts/mcp-installer

Required environment variables

GITHUB_PERSONAL_ACCESS_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "anaisbetts-mcp-installer": {
      "command": "npx",
      "args": [
        "-y",
        "@anaisbetts/mcp-installer"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.