https://github.com/runablehq/mcp_ctl
A package manager to manage all your mcp servers across platforms
https://github.com/runablehq/mcp_ctl
cli github mcp model-context-protocol node npm playwright typescript yargs
Last synced: 2 months ago
JSON representation
A package manager to manage all your mcp servers across platforms
- Host: GitHub
- URL: https://github.com/runablehq/mcp_ctl
- Owner: runablehq
- License: mit
- Created: 2025-04-09T06:56:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-13T17:35:21.000Z (3 months ago)
- Last Synced: 2025-04-13T19:02:29.714Z (2 months ago)
- Topics: cli, github, mcp, model-context-protocol, node, npm, playwright, typescript, yargs
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 27
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# mcp_ctl
### A powerful package manager for MCP (Model Context Protocol) servers ✨
https://github.com/user-attachments/assets/eb618219-c638-4546-b2e3-865f46a4c3ab
## 📦 Installation
```sh
npm install -g mcpctl
```## 🔧 Usage
```sh
# 🔍 Install a server
mcpctl install playwright # install playwright server# 🗑️ Remove a server
mcpctl remove playwright # remove playwright server# 🔎 Search for servers
mcpctl packages github # search for mcp server with specific name# 📋 List installed servers
mcpctl list # show existing mcp servers installed on the device
```## Adding your own package.
1. Clone the repo
2. Add your package to packages folder
3. Add import from it inside packages.ts## 🌟 Features
- 🔄 Simple installation and management of MCP servers
- 🔍 Easy discovery of available packages
- 📱 Cross-platform support
- ⚡ Lightweight and fast
- 🧩 Seamless integration with your workflow## 📄 License
This project is licensed under the [MIT License](LICENSE) 📝
---
Made with ❤️ for the MCP community