Back to MCP Servers
🔌

MCP Linker

AGPL-3.0

A cross-platform Tauri GUI tool for one-click setup and management of MCP servers, supporting Claude Desktop, Cursor, Windsurf, VS Code, Cline, and Neovim.

TypeScriptAI & LLMs

Install

npx -y mcp-linker

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcp-linker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-linker"
      ]
    }
  }
}

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