TS

install-mcp

by supermemoryai/install-mcp

0 views

A simple CLI to install MCP servers into any client

automationnodejsDeployment & CI/CD

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

The CLI now supports multiple installation methods with automatic detection:

Simple package names

npx install-mcp mcp-package-name --client claude

Scoped packages

npx install-mcp @org/mcp-server --client claude

Full commands (for custom arguments)

npx install-mcp 'npx some-mcp-server --custom-args' --client claude

SSE URLs (with automatic naming)

npx install-mcp https://mcp.example.com/server/sse --client claude

The tool automatically:

  • Converts simple package names to npx package-name
  • Preserves full commands as-is
  • Infers server names from package names or URLs (e.g., mcp.example.commcp-example-com)
  • Handles URL-based servers with supergateway SSE support

where <client> is one of the following:

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

License

MIT

Install

No configuration available
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories