π¦
Manager
A web-based GUI tool for managing Model Context Protocol (MCP) servers in Claude and Cursor
0 installs
57 stars
24 forks
Trust: 59 β Fair
Devtools
Installation
npx mcp-managerAsk AI about Manager
Powered by Claude Β· Grounded in docs
I know everything about Manager. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Server Manager
A web-based GUI tool for managing Model Context Protocol (MCP) servers in Claude and Cursor. This tool allows you to easily enable/disable MCP servers and their tools through a user-friendly interface.
Features
- ποΈ Enable/disable MCP servers with simple toggle switches
- π Changes are automatically synced between Claude and Cursor
- π οΈ View available tools for each server
- π Secure handling of environment variables and API keys
- π± Responsive design that works on any screen size

Installation
- Clone this repository:
git clone https://github.com/yourusername/mcp-manager.git
cd mcp-manager
- Install dependencies:
npm install
- Create a configuration file:
cp config.example.json config.json
- Start the server:
npm start
- Open http://localhost:3456 in your browser
Configuration
The MCP Server Manager uses two configuration files:
config.json: Main configuration file for the server- Claude config: Located at
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) - Cursor config: Located at
~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json(macOS)
Example Configuration
{
"mcpServers": {
"example-server": {
"command": "node",
"args": ["/path/to/server.js"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}
Usage
- Launch the MCP Server Manager
- Use the toggle switches to enable/disable servers
- Click "Save Changes" to apply your changes
- Restart Claude to activate the new configuration
Keywords
- Model Context Protocol (MCP)
- Claude AI
- Anthropic Claude
- Cursor Editor
- MCP Server Management
- Claude Configuration
- AI Tools Management
- Claude Extensions
- MCP Tools
- AI Development Tools
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Built for use with Anthropic's Claude AI
- Compatible with the Cursor editor
- Uses the Model Context Protocol (MCP)
