
mcp manager
用于构建、管理和测试MCP服务器及工具的综合工具包。
Repository Info
About This Server
用于构建、管理和测试MCP服务器及工具的综合工具包。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Manager
A comprehensive toolkit for building, managing, and testing Model Context Protocol (MCP) servers and tools.
!MCP Manager
Overview
MCP Manager provides a streamlined interface to:
- Launch and monitor MCP servers locally
- Generate MCP tool code using LLMs (OpenAI, Mistral, or OpenRouter)
- Test and verify MCP tools
- Configure client applications to use your MCP servers
This application bridges the gap between MCP development and deployment, making it easier for developers to create, test, and integrate MCP tools into applications like Claude, Cursor, Continue, and other MCP-compatible clients.
Features
🚀 Server Management
- Create and launch MCP servers from templates
- Monitor server status and logs in real-time
- Terminate servers gracefully when done
- Scan and view port usage for running servers
🤖 LLM-Powered Tool Generation
- Generate MCP tool code using AI (OpenAI, Mistral, or OpenRouter)
- Describe tools in natural language and get production-ready code
- Auto-inject generated code into server templates
📊 Monitoring & Diagnostics
- Real-time server logs
- Port scanning and process monitoring
- Integration status checking
🔌 Client Setup Instructions
- Guided setup for Claude Desktop, Cursor, Continue, and Zed
- Configuration snippets and examples
Getting Started
Prerequisites
- Python 3.12+
- API keys for at least one LLM provider:
- OpenAI
- Mistral AI
- OpenRouter (recommended, provides access to many models)
Installation
-
Clone the repository:
git clone https://github.com/yourusername/mcp-manager.git cd mcp-manager -
Set up the environment:
python -m venv .venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -e . -
Configure your API keys:
- Copy
.env.exampleto.env(or create one) - Add your API keys:
OPENAI_API_KEY=your_openai_key MISTRAL_API_KEY=your_mistral_key OPENROUTER_API_KEY=your_openrouter_key
- Copy
Running the Application
Start the Streamlit app:
streamlit run streamlit_app.py
The application will open in your default web browser.
Usage Guide
Creating a New MCP Server
- Navigate to the "Launch Server" tab
- Enter a server name (e.g., "weather_service")
- Toggle security options if needed
- Click "Setup & Launch Server"
- Your server will be created in the
mcp_servers/directory
Generating Tool Code
- Go to the "Generate Tool" tab
- Describe your tool functionality in natural language, e.g.:
A tool that takes a city name and returns the current temperature using the OpenWeatherMap API. - Click "Generate Tool Code"
- Review the generated code
- Use it when launching a new server or copy it for your own use
Monitoring Servers
- Visit the "Monitor Servers" tab
- View running server status
- Scan ports to check what's running
- View server logs in real-time
Setting Up Client Applications
- Go to the "Client Setup" tab
- Select your client application (Claude, Cursor, etc.)
- Follow the detailed instructions to configure the client
Project Structure
streamlit_app.py- Main Streamlit applicationmcp_launcher.py- Server management functionalitytool_generator.py- LLM-based code generationclient_config_helper.py- Client configuration templatesport_scanner.py- Network utilities for server monitoringutils/- Support modules:llm_client.py- Unified LLM client for code generationlogger.py- Logging utilities
server_templates/- MCP server templates
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Anthropic for the Model Context Protocol
- FastMCP for the server framework
- Streamlit for the UI framework
Quick Start
Clone the repository
git clone https://github.com/sachdh-anand/mcp-managerInstall dependencies
cd mcp-manager
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.