DevelopmentTypeScript

mcp-get

CLI tool for installing and managing MCP servers. Simplifies server installation and configuration for Claude Desktop.

Free
N/A rating (0 reviews)0 installs507 GitHub stars

CLI tool for installing and managing MCP servers. Simplifies server installation and configuration for Claude Desktop.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-get": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-get"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.