Labsco
OldJii logo

MCP Dock

β˜… 180

from OldJii

Desktop MCP server manager for 14 AI clients. Browse and install 9,200+ MCP servers and 3,100+ AI Skills across Cursor, VS Code, Claude Code, Gemini CLI, and more from one GUI.

πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedFreeNeeds API keys

MCP Dock

MCP Dock

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 | δΈ­ζ–‡


Features

  • MCP Store - Browse and search 8500+ MCP Servers from Official Registry and Smithery
  • Skills Store - Discover 4400+ AI Skills for Cursor, Claude Code, Gemini CLI, Codex CLI, and Opencode
  • One-Click Install - Auto-configure to Cursor, VS Code, Claude Code, Gemini CLI, Codex CLI, Windsurf, Zed, TRAE, TRAE CN, Kiro, Opencode, JetBrains, Antigravity, OpenClaw
  • Agent Skills Standard - Support for ~/.agents/skills/ unified standard (skills.sh)
  • MCP Inspector - Interactive debugging tool for testing MCP Server tools
  • Config Management - Unified management of MCP configurations across all clients
  • Multi-Client Sync - Sync MCP configurations to multiple clients
  • History & Rollback - Auto-backup configurations with one-click rollback
  • Multi-Language - English and Simplified Chinese

Download

# Install
brew install --cask OldJii/tap/mcp-dock

# Upgrade
brew upgrade --cask mcp-dock

macOS (Manual Download)

Note: The app is not signed. If you see "damaged" or "can't be opened" message, run: xattr -cr /Applications/MCP\ Dock.app

Windows

Linux

Supported Clients

MCP Clients

ClientStatus
CursorSupported
VS CodeSupported
Claude CodeSupported
Gemini CLISupported
Codex CLISupported
WindsurfSupported
ZedSupported
TRAESupported
TRAE CNSupported
KiroSupported
OpencodeSupported
JetBrains (IntelliJ, WebStorm, PyCharm, etc.)Supported
AntigravitySupported
OpenClawSupported

Skills Clients

ClientStatus
CursorSupported
Claude CodeSupported
Gemini CLISupported
Codex CLISupported
OpencodeSupported
Agent Skills (.agents)Supported

Data Sources

MCP Dock supports two data sources:

  • Official - MCP Official Registry with verified servers
  • Smithery - Smithery.ai community with community-contributed servers

Data syncs automatically every 3 days.

Source Code

This repository includes the full source code of MCP Dock (Community Edition). You can build, modify, and contribute to the project.

Tech Stack

  • Framework: Electron + React 18 + TypeScript
  • Styling: Tailwind CSS
  • State: Zustand
  • Build: Vite + electron-builder
  • Protocol: MCP JSON-RPC over stdio

Development

# Install dependencies
npm install

# Start development mode
npm run electron:dev

# Build for production
npm run package

Project Structure

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

Community Edition vs Full Version

FeatureCommunityFull
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.