π¦
Ctl
A package manager to manage all your mcp servers across platforms
0 installs
39 stars
7 forks
Trust: 57 β Fair
Devtools
Installation
npx mcp-ctlAsk AI about Ctl
Powered by Claude Β· Grounded in docs
I know everything about Ctl. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
mcp_ctl
A powerful package manager for MCP (Model Context Protocol) servers β¨
https://github.com/user-attachments/assets/eb618219-c638-4546-b2e3-865f46a4c3ab
π¦ Installation
npm install -g mcpctl
π§ Usage
# π 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
π Development Setup
-
Clone the repository: git clone https://github.com/cloudycotton/mcp_ctl.git cd mcp_ctl
-
Install dependencies: npm install
-
Run development commands:
List packages
npm run dev -- packages
Search for specific package
npm run dev -- search github
Install a package
npm run dev -- install playwright
List installed servers
npm run dev -- list
Adding your own package.
- Clone the repo
- Add your package to packages folder
- 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
