mcpclick-cli
v1.0.9
Published
The One-Click MCP Installer for VS Code, Claude & Cursor
Readme
🖱️ MCPclick CLI
The One-Click MCP Installer for VS Code, Claude & Cursor.
Stop manually editing JSON config files. Manage your Model Context Protocol servers directly from your terminal.
✨ Features
- 🔎 Smart Detection: Automatically finds your installed IDEs (VS Code, Cursor, Claude Desktop, OpenCode, Antigravity).
- 📦 Registry Search: Browse and search the MCPclick Registry directly from the CLI.
- ⚡ Batch Install: Install multiple MCP servers to multiple IDEs in one go.
- 🔧 Zero Configuration: We handle the JSON config keys, paths, and arguments for you.
🚀 Usage
The easiest way to use it is with npx:
npx mcpclick-cli install(Note: Use the package name mcpclick-cli)
Or install it globally:
npm install -g mcpclick-cliThen run:
mcpclick🛠 Commands
mcpclick install [package]
Starts the interactive installer. You can optionally provide a package name.
Interactive Mode: npx mcpclick install
- Scans for IDEs.
- Lets you search for MCPs by name or category.
- Guides you through configuration.
Direct Install: npx mcpclick install sqlite
- Registry Search: Installs known packages instantly.
- Smart Suggestions: If you make a typo (e.g.,
postgre), it suggests matches likepostgres. - Direct NPM: If the package isn't in our registry, it falls back to
npx -y packageconfiguration automatically.
mcpclick list
Displays a list of all installed MCP servers across all detected IDEs.
mcpclick detect
Shows which IDEs are detected on your system and where their configuration files are located.
🤝 Supported IDEs
- VS Code (and Insiders/Codium)
- Cursor
- Claude Desktop
- Windsurf
- OpenCode (Beta)
- Antigravity (Beta)
- Claude Code CLI
📄 License
MIT © MCPclick
