Add, manage, and sync MCP (Model Context Protocol) servers across AI clients like Claude Desktop, Cursor, and Cline — all via a lightweight Tauri GUI with a built-in MCP marketplace.
- One-click MCP server installation and configuration
- Support for multiple AI clients (Claude Desktop, Cursor, VS Code, Cline, Roo Code, Windsurf etc.)
- 600+ curated MCP servers available
- Cross-platform: macOS, Windows, Linux
- Auto-detect Python, Node.js, UV environments
- Cloud sync for favorite servers
- Built with Tauri — lightweight (~6MB), fast, secure.
Sync MCP server configuration across MCP clients. disable and enable servers
No more copy-pasting
- Download the latest release
- Select an MCP server from the list
- Click "Add" to install and configure automatically
- Your AI client is ready to use the new server
Manage Servers | Server Discovery | Configuration |
---|---|---|
![]() |
![]() |
![]() |
git clone https://github.com/milisp/mcp-linker
cd mcp-linker
bun install
cp .env.example .env
bun tauri dev
Requirements: Node.js 20+, Bun, Rust toolchain
- Frontend: Tauri + React + shadcn/ui
- Backend: Optional FastAPI
See CONTRIBUTING.md for details.
Thanks to the following contributors for improving this project:
- @eltociear — Japanese translation
- @devilcoder01 — improved Windows build compatibility and project setup instructions, Github workflow, UI improved, design