A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP Server & Config Manager for 14 AI Clients — Cursor, VS Code, Claude Code, Gemini CLI, Windsurf, Zed, TRAE, Kiro, Jet
MCP Server & Config Manager for 14 AI Clients
Manage MCP server configurations across Cursor, VS Code, Claude Code, Gemini CLI, Codex CLI, Windsurf, Zed, TRAE, Kiro, JetBrains, and more — all from one app.
Website | Features | Download | Supported Clients | FAQ | 中文
~/.agents/skills/ unified standard (skills.sh)# Install
brew install --cask OldJii/tap/mcp-dock
# Upgrade
brew upgrade --cask mcp-dock
Note: The app is not signed. If you see "damaged" or "can't be opened" message, run:
xattr -cr /Applications/MCP\ Dock.app
| Client | Status |
|---|---|
| Cursor | Supported |
| VS Code | Supported |
| Claude Code | Supported |
| Gemini CLI | Supported |
| Codex CLI | Supported |
| Windsurf | Supported |
| Zed | Supported |
| TRAE | Supported |
| TRAE CN | Supported |
| Kiro | Supported |
| Opencode | Supported |
| JetBrains (IntelliJ, WebStorm, PyCharm, etc.) | Supported |
| Antigravity | Supported |
| OpenClaw | Supported |
| Client | Status |
|---|---|
| Cursor | Supported |
| Claude Code | Supported |
| Gemini CLI | Supported |
| Codex CLI | Supported |
| Opencode | Supported |
| Agent Skills (.agents) | Supported |
MCP Dock supports two data sources:
Data syncs automatically every 3 days.
We welcome community contributions! You can submit your own MCP Server or Skill configurations.
community-registry/servers/_template.jsoncommunity-registry/skills/_template.jsonYour PR will be automatically validated against our JSON Schema. Once merged, your contribution will be included in the next data sync.
See Community Registry README for detailed instructions.
All configurations and data are stored locally:
~/.mcp-dock/%USERPROFILE%\.mcp-dock\~/.mcp-dock/Internet is required for loading the MCP list. Installed MCP configurations are stored locally and work offline.
~/.mcp-dock/This repository includes the full source code of MCP Dock (Community Edition). You can build, modify, and contribute to the project.
# Install dependencies
npm install
# Start development mode
npm run electron:dev
# Build for production
npm run package
src/
├── renderer/ # Frontend (React + Vite + Tailwind)
│ ├── src/
│ │ ├── components/ # UI components
│ │ ├── pages/ # App pages (Store, Library, Inspector, etc.)
│ │ ├── api/ # Registry API layer
│ │ ├── store/ # Zustand state management
│ │ ├── lib/ # Utilities and Electron bridge
│ │ └── locales/ # i18n (English + Chinese)
│ └── assets/ # Icons and static assets
├── main/ # Electron main process
│ ├── config-manager # Multi-client config read/write (14 clients)
│ ├── mcp-client # MCP JSON-RPC client for Inspector
│ ├── skills-manager # Skills installation and management
│ ├── history-manager # Config backup and rollback
│ ├── env-manager # Runtime environment detection
│ └── cache-manager # Local data caching
├── preload/ # Electron preload (secure IPC bridge)
└── __tests__/ # Unit tests
| Feature | Community | Full |
|---|---|---|
| Manual server install to 14 clients | ✅ | ✅ |
| MCP Inspector | ✅ | ✅ |
| Config history & rollback | ✅ | ✅ |
| Multi-client sync | ✅ | ✅ |
| Skills management | ✅ | ✅ |
| Browse 8,500+ MCP servers | ❌ | ✅ |
| Browse 4,400+ AI Skills | ❌ | ✅ |
| One-click install from registry | ❌ | ✅ |
To get the full version with registry browsing, download the latest release.
MIT License - See LICENSE for details.
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it