Simple web ui to manage MCP (model context protocol) servers in the Claude desktop app
Description:
A web-based GUI tool for managing and configuring protocol servers for Claude Desktop
Category: Management & Configuration Tools
Overview:
MCP-Manager provides a streamlined interface for managing servers through a web GUI, specifically designed for MacOS users. The tool runs client-side, ensuring data privacy and security. It offers quick setup configurations for various popular services including:
Technical Details:
Installation:
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
Server Configuration Example:
{
"mcp-server-example": {
"command": "path-to/bin/node",
"args": ["path-to/mcp-serve/"],
"env": {
"SECRET_INFO": "PATH_OR_API_SECRET"
}
}
}
Note: The project runs entirely on the client side, ensuring your data remains local. Currently seeking contributions for fetch, time, and sentry implementations.