mcp-inator

rayjohnson/mcp-inator
★ 0 stars Swift 🤖 AI/LLM Updated today
macOS menubar app for managing MCP server configurations across Claude Code, Claude Desktop, Gemini CLI, and Codex CLI
View on GitHub → Try with Claude — $10 free →

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-inator": {
      "command": "npx",
      "args": [
        "-y",
        "rayjohnson/mcp-inator"
      ]
    }
  }
}

README Excerpt

A macOS menu bar app for managing MCP server configurations across AI agents (Claude Code, Claude Desktop, Gemini CLI, Codex CLI, and more). ```bash curl -fsSL https://rayjohnson.github.io/mcp-inator/install.sh | bash ``` This downloads the latest release, installs it to `/Applications`, and clears the Gatekeeper quarantine flag automatically.