Free & open source

MCPHub CLI

Install and manage MCP servers across Claude Code, Cursor, and Continue.dev with a single command.

Install

$ npm install -g @diegoalvarezf/mcphub
or use without installing
$ npx @diegoalvarezf/mcphub install github

Using npx runs the latest version without a global install — useful for CI/CD or one-off installs.

Commands

$ mcp install github

Install an MCP server — auto-detects clients, asks for required env vars

$ mcp install-skill review-pr

Install a prompt as a /slash-command or an agent into Claude Code

$ mcp install-stack full-stack-dev

Install an entire stack — all servers, skills, and agents in one command

$ mcp remove github

Remove a server from one or all clients

$ mcp search database

Search servers in the MCPHub registry

$ mcp list

List all installed servers across every client

$ mcp sync --team my-team

Install all servers + skills configured for your team

Team sync

Create a team on MCPHub, add the servers your team uses, and share one command. Every new developer runs it and gets the full stack configured in under a minute.

# On your team page, copy the sync command:
$ mcp sync --team acme-corp

API keys are never stored in the cloud — the CLI asks for them locally during sync.

Create a team →

How it works

1

Finds the server

Fetches metadata, install command and required env vars from MCPHub.

2

Asks for credentials

Prompts only for the env vars the server needs (API keys, tokens, etc).

3

Detects your clients

Auto-detects Claude Code, Cursor and Continue.dev on your machine.

4

Writes the config

Updates the correct config file for each client. No JSON editing needed.

Compatible clients

Claude Code

Full support

Cursor

Full support

Continue.dev

Full support