Skip to content

reagent-systems/mcp-dock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Dock

Browse the MCP Registry and install servers into Cursor, Claude Code, and VS Code.

  • Desktop app: Electron + Vite + React (source in src/ + electron/)
  • Website: SvelteKit workspace (source in website/)

Features

  • Browse MCP servers and view their metadata
  • Install server configs into supported clients (Cursor / Claude Desktop / VS Code)
  • Packaged releases for macOS + Windows

Requirements

  • Node.js 18+ (20+ recommended)
  • npm

Getting started

Install dependencies:

npm install

Run the desktop app in dev mode:

npm run dev

Run the website in dev mode:

npm run dev:website

Build

Desktop app (packages into release/<version>/):

npm run build

Website:

npm run build:website

Release artifacts

By default, Electron Builder outputs to release/${version}/ (see electron-builder.json).

  • Windows (NSIS installer): release/<version>/MCP-Dock_<version>.exe
  • Windows (unpacked): release/<version>/win-unpacked/
  • macOS: release/<version>/MCP-Dock_<version>.dmg and .zip

Windows build (from macOS or Windows)

npm run build -- --win --x64

Signed + notarized macOS build

This repo includes scripts/release-mac.sh which runs a signed + notarized macOS build.

npm run release:mac

The script expects code-signing and notarization environment variables (see the top of scripts/release-mac.sh).

Repository layout

electron/            Electron main + preload source
src/                 Renderer (React) source
public/              Static assets for the desktop app
dist/                Renderer production build output
dist-electron/        Electron production build output
release/             Packaged installers and unpacked apps (by version)
website/             SvelteKit marketing site (npm workspace)

Testing

npm test

License

MIT — see LICENSE.

About

Easy MCP Installs. Browse the MCP Registry and install servers in one place. MCP Dock helps you discover MCP servers, review what they do, and install them into Cursor, Claude Code, and VS Code with a clean, focused workflow.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors