An open API service indexing awesome lists of open source software.

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

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