MCP Control: Your Cross-Platform Package Manager 🚀

MCP Control: Your Cross-Platform Package Manager 🚀

A package manager to manage all your mcp servers across platforms

Vani2130

Developer Tools
Visit Server

README

MCP Control: Your Cross-Platform Package Manager 🚀

MCP Control
Releases

Welcome to MCP Control, a powerful package manager designed to manage all your MCP servers across various platforms. This tool simplifies the process of handling your servers, ensuring a smooth experience whether you're on Windows, macOS, or Linux.

Table of Contents

Features

  • Cross-Platform Support: Works seamlessly on Windows, macOS, and Linux.
  • Simple CLI: Easy-to-use command-line interface built with TypeScript and Yargs.
  • Model Context Protocol: Integrates with MCP for enhanced server management.
  • Automated Updates: Keeps your servers up-to-date effortlessly.
  • Playwright Integration: Automate your testing workflows.

Installation

To get started, download the latest release from our Releases page. Once downloaded, execute the installation file to set up MCP Control on your system.

Prerequisites

  • Node.js (v12 or higher)
  • npm (Node Package Manager)

Step-by-Step Installation

  1. Download: Visit the Releases page to find the latest version.
  2. Execute: Run the installation file.
  3. Verify Installation: Open your terminal and type:
    mcp_ctl --version
    
    You should see the version number displayed.

Usage

MCP Control offers a variety of commands to manage your servers efficiently. After installation, you can access the command-line interface to perform actions like starting, stopping, and updating servers.

Basic Command Structure

mcp_ctl <command> [options]

Example Commands

  • Start a server:

    mcp_ctl start <server_name>
    
  • Stop a server:

    mcp_ctl stop <server_name>
    
  • Update a server:

    mcp_ctl update <server_name>
    

Commands

Here’s a detailed look at the commands available in MCP Control:

start

Starts the specified MCP server.

Usage:

mcp_ctl start <server_name>

stop

Stops the specified MCP server.

Usage:

mcp_ctl stop <server_name>

update

Updates the specified MCP server to the latest version.

Usage:

mcp_ctl update <server_name>

status

Checks the status of the specified MCP server.

Usage:

mcp_ctl status <server_name>

list

Lists all MCP servers managed by MCP Control.

Usage:

mcp_ctl list

Contributing

We welcome contributions to MCP Control! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeature).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature/YourFeature).
  6. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, feel free to reach out:

  • GitHub: Vani2130
  • Email: vani@example.com

Thank you for using MCP Control! We hope it makes managing your MCP servers a breeze. Don't forget to check the Releases section for updates and new features.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
MCP Package Docs Server

MCP Package Docs Server

Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.

Featured
Local
TypeScript
Claude Code MCP

Claude Code MCP

An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.

Featured
Local
JavaScript
@kazuph/mcp-taskmanager

@kazuph/mcp-taskmanager

Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.

Featured
Local
JavaScript
Linear MCP Server

Linear MCP Server

Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.

Featured
JavaScript
mermaid-mcp-server

mermaid-mcp-server

A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.

Featured
JavaScript
Jira-Context-MCP

Jira-Context-MCP

MCP server to provide Jira Tickets information to AI coding agents like Cursor

Featured
TypeScript
Linear MCP Server

Linear MCP Server

A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.

Featured
JavaScript
Sequential Thinking MCP Server

Sequential Thinking MCP Server

This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Featured
Python