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.

git clone https://github.com/yourusername/mcp-manager.git
cd mcp-manager
npm install
cp config.example.json config.json
npm start
The MCP Server Manager uses two configuration files:
config.json: Main configuration file for the server~/Library/Application Support/Claude/claude_desktop_config.json (macOS)~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json (macOS){
"mcpServers": {
"example-server": {
"command": "node",
"args": ["/path/to/server.js"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}
git checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
$ claude mcp add mcp-manager \
-- python -m otcore.mcp_server <graph>