Install MCP CLI

by supermemoryai

MCP Client 55 stars
  • ide

A simple CLI to install MCP servers into any client

About

What is Install MCP CLI?

A CLI tool to install and manage MCP (Model Context Protocol) servers, designed to simplify the setup process. It runs anywhere Node.js is available and is intended for developers using various MCP‑compatible clients.

How to use Install MCP CLI?

Run npx install-mcp '<command>' --client <client> for a command‑based server, or npx install-mcp '<url>' --client <client> for an SSE‑based server, where <client> is one of: claude, cline, roo-cline, windsurf, witsy, enconvo, cursor.

Key features of Install MCP CLI

- Installs MCP servers from commands or SSE URLs
- Designed to eliminate manual setup hassle
- Supports multiple client integrations

Use cases of Install MCP CLI

- Quickly add an MCP server to Claude Desktop
- Configure a server for Cline or Roo‑Cline with a single command
- Connect to an SSE‑based MCP endpoint for any supported client

FAQ from Install MCP CLI

Details

Author
supermemoryai
GitHub stars
55
Category
ide
Repository
supermemoryai/install-mcp

Install MCP CLI

A CLI tool to install and manage MCP servers.

Installing MCPs is a huge pain, so I made a CLI tool to make it easier.

Usage

Just run
npx install-mcp '<command>' --client <client>

Also works with SSE URLs
npx install-mcp '<url>' --client <client>

where <client> is one of the following:

- claude
- cline
- roo-cline
- windsurf
- witsy
- enconvo
- cursor

License

MIT