A desktop application for managing MCP (Machine Completion Protocol) servers that integrate with AI tools like Claude and Cursor.
Discord - https://discord.gg/XrnPwMNP
- 🚀 Import and manage MCP servers
- 🔧 Configure environment variables for your MCPs
- 🔌 Easy installation and configuration
- 🖥️ Monitor server console output in real-time
- 🧠 Integrate with various AI tools
- Node.js 14.x or newer
- npm or yarn
- Electron
-
Clone the repository:
git clone https://github.com/yourusername/ServMcp.git cd ServMcp -
Install dependencies:
npm install -
Start the application:
npm start
- Click the "Import MCP" button
- Select your MCP package (ZIP file)
- Configure any required environment variables
- Click "Install" to install the MCP
- Install: Select an MCP and click the "Install" button
- Uninstall: For installed MCPs, click the "Uninstall" button
- Configure: Set environment variables before installation
The application automatically detects environment variables from the MCP manifest and provides a user-friendly interface to configure them.
src/main- Main Electron processsrc/renderer- Renderer process (UI)src/common- Shared code
npm run build
npm run package
We welcome contributions! Please see CONTRIBUTING.md for details on how to submit pull requests, report issues, and suggest improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
Please read our Code of Conduct before participating in our community.
- The Electron team for their excellent framework
- All our contributors and supporters