📦
Py MCP Manager
Simple MCP Manager Desktop Application
0 installs
Trust: 39 — Low
Devtools
Ask AI about Py MCP Manager
Powered by Claude · Grounded in docs
I know everything about Py MCP Manager. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Manager
A desktop application for managing Model Context Protocol (MCP) servers with a graphical interface.

Overview
MCP Manager simplifies the process of configuring, starting, stopping, and monitoring multiple MCP servers from a single interface.
Installation
Prerequisites
- Python 3.11 or higher
- uv (recommended for dependency management)
Using uv (recommended)
# Clone the repository
git clone https://github.com/namuan/py-mcp-manager.git
cd py-mcp-manager
# Install dependencies
make install
# Run the application
make run
To create a standalone executable:
# Create macOS .app bundle
make package
# Install to Applications folder
make install-macosx
Usage
- Launch the application using one of the methods above
- Click "+ Add Server" to create your first server configuration
- Fill in the server details:
- Server ID (unique identifier)
- Display Name
- Command to run the server
- Arguments
- Environment variables
- Working directory
- Click "Save"
- Use the "Start" button to launch your server
- Monitor logs and status in real-time
Configuration
Server configurations are stored in a platform-appropriate user data directory:
- macOS:
~/Library/Application Support/MCP Manager/mcp_servers.json - Windows:
%APPDATA%\MCP Manager\mcp_servers.json - Linux:
~/.local/share/mcp-manager/mcp_servers.json
You can:
- Manually edit this file when the application is not running
- Use the built-in JSON editor (View JSON button)
- Import/export configurations using the JSON import/export features
License
This project is licensed under the MIT License - see the LICENSE file for details.
