MCP.so
Sign In

MCP Server Manager

@marcellobatiista

About MCP Server Manager

Interface gráfica e CLI para criação, gerenciamento e execução de servidores MCP (Model Context Protocol) com monitoramento em tempo real e configuração simplificada.

Basic information

Category

Other

License

MIT license

Runtime

python

Transports

stdio

Publisher

marcellobatiista

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 Server Manager?

MCP Server Manager is a tool for creating, configuring, and managing local Model Control Protocol (MCP) servers. It provides both a command-line interface (CLI) and a graphical user interface (GUI) and is designed for developers using Cursor and Claude Desktop.

How to use MCP Server Manager?

Install by cloning the repository, running pip install -r requirements.txt, and executing quick_setup.py. Launch the GUI with the global mcp command or use the CLI launcher (cli-launcher.bat or python cli/launcher.py). Import existing servers via the GUI’s “Importar Servidor” button.

Key features of MCP Server Manager

  • Start, stop, restart, and monitor MCP servers
  • Dual interface: CLI and modern GUI
  • Real-time server logs and bidirectional communication
  • Automatic integration with Cursor and Claude Desktop
  • Multi-server management with process detection and duplicate checking
  • Quick setup and import of existing MCP servers

Use cases of MCP Server Manager

  • Create and test a first local MCP server for Cursor or Claude Desktop
  • Manage and monitor multiple MCP servers simultaneously
  • Import existing MCP server scripts into the manager
  • Quickly configure a new development environment with automatic setup

FAQ from MCP Server Manager

What is the Model Control Protocol (MCP)?

MCP is a protocol that allows applications like Cursor and Claude Desktop to communicate with language models, defining how requests are sent and responses received.

Do I need to know Python to use MCP Server Manager?

No, you can use existing servers through the intuitive GUI without programming knowledge. However, developing custom servers requires basic Python skills.

Can I use MCP Server Manager with applications other than Cursor and Claude Desktop?

Yes, as long as those applications support the MCP protocol. Documentation and testing focus primarily on Cursor and Claude Desktop.

Does MCP Server Manager support remote MCP servers?

No, the current version only supports local MCP servers using stdio transport. Remote servers (HTTP/SSE) and OAuth authentication are not yet implemented.

What are the runtime requirements?

Python 3.10 or higher, pip, and the dependencies listed in requirements.txt. Full compatibility with Windows 10/11 and macOS 12+, with experimental Linux support.

Comments

More Other MCP servers