Design Engineer Logo
Visit Repo
Open Graph preview

MCP Manage

Simple web ui to manage MCP (model context protocol) servers in the Claude desktop app

Site favicon
🔌 MCP Tools

Overview

MCP-Manager

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:

  • File Systems & Documents: Apple Notes, Google Drive, Obsidian
  • Development Tools: GitHub, GitLab, PostgreSQL, SQLite
  • Search Services: Brave Search, Exa, Perplexity
  • Productivity: Todoist, Slack
  • Infrastructure: Cloudflare, AWS Knowledge Base

Technical Details:

  • Built with React 18 + TypeScript
  • Uses Vite as build tool
  • Styled with TailwindCSS + DaisyUI
  • Deployed via Cloudflare Pages
  • Package management through Bun

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.