MCP.so
Sign In

mcp_ctl

@runablehq

About mcp_ctl

A package manager to manage all your mcp servers across platforms

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

runablehq

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp_ctl?

mcp_ctl is a command-line package manager for installing, removing, searching, and listing Model Context Protocol (MCP) servers. It provides a simple interface for developers to manage MCP server dependencies and is available via npm.

How to use mcp_ctl?

Install globally with npm install -g mcpctl, then use commands like mcpctl install playwright, mcpctl remove playwright, mcpctl packages github, and mcpctl list. For development, clone the repository, run npm install, and use npm run dev with subcommands.

Key features of mcp_ctl

  • Simple installation and management of MCP servers
  • Easy discovery of available packages
  • Cross-platform support
  • Lightweight and fast operation
  • Seamless integration with your workflow

Use cases of mcp_ctl

  • Installing a new MCP server like Playwright for browser automation
  • Removing an outdated or unused MCP server
  • Searching for MCP servers by keyword (e.g., "github")
  • Listing all currently installed MCP servers on your device

FAQ from mcp_ctl

What does mcp_ctl do?

It manages MCP servers by providing commands to install, remove, search, and list them from the command line.

How do I install mcp_ctl?

Run npm install -g mcpctl to install it globally via npm.

Can I add my own package to mcp_ctl?

Yes, you can clone the repository, add your package to the packages folder, and add an import inside packages.ts.

What are the dependencies for development?

You need Node.js installed. After cloning the repo, run npm install to install dependencies.

Does mcp_ctl support authentication or custom transports?

No information about authentication or transport protocols is provided in the README.

Comments

More Other MCP servers