MCP Manager for Claude Desktop A simple web GUI to manage Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS easily. Just follow the instructions and paste a few commands to give your Claude app instant superpowers. The Model Context Protocol (MCP) enables Claude to access private data, APIs, and other services to answer questions and perform actions on your behalf. Learn mor
Add this skill
npx mdskills install zueai/mcp-managerWeb GUI for managing MCP server installations, but not an MCP server itself
1<h1 align="center">MCP Manager for Claude Desktop</h1>23<p align="center">A simple web GUI to manage Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS easily. Just follow the instructions and paste a few commands to give your Claude app instant superpowers. </p>4567## What is MCP?89The Model Context Protocol (MCP) enables Claude to access private data, APIs, and other services to answer questions and perform actions on your behalf. Learn more about MCP at:1011- [modelcontextprotocol.io](https://modelcontextprotocol.io)12- [Anthropic's MCP Announcement](https://www.anthropic.com/news/model-context-protocol)1314## Features1516- š Easy-to-use interface for managing MCP servers17- š Runs entirely client-side - your data never leaves your computer18- ā”ļø Quick setup for popular MCP servers:19 - Apple Notes - Access and search your Apple Notes20 - AWS Knowledge Base - Access and query AWS Knowledge Base for information retrieval21 - Brave Search - Search the web with Brave Search API22 - Browserbase - Let Claude explore the web with Browserbase23 - Cloudflare - Manage your Cloudflare workers and account resources24 - Everart - Interface with Everart API for digital art and design tools25 - Exa - Search the web with Exa26 - Filesystem - Access and manage local filesystem27 - GitHub - Access your GitHub repositories28 - GitLab - Manage GitLab repositories and resources29 - Google Drive - Access and search files in your Google Drive30 - Google Maps - Access Google Maps API for location services31 - Memory - Give Claude memory of previous conversations32 - Obsidian - Read and search files in your Obsidian vault33 - Perplexity - Search the web with Perplexity API34 - PostgreSQL - Connect and interact with PostgreSQL databases35 - Puppeteer - Automate browser interactions36 - Sequential Thinking - Enable step-by-step reasoning37 - Slack - Access your Slack workspace38 - SQLite - Manage SQLite databases39 - Todoist - Access and search your Todoist tasks40 - YouTube Transcript - Access and search YouTube transcripts41- š Simple configuration of environment variables and server settings42- š One-click copying of terminal commands for installation4344## Tech Stack4546- **Frontend Framework**: React 18 with TypeScript47- **Build Tool**: Vite48- **Styling**:49 - TailwindCSS for utility-first CSS50 - DaisyUI for component styling51 - Tiempos Font to match the Anthropic Design Language52- **Package Manager**: Bun53- **Deployment**: Cloudflare Pages for <60s build times5455## Project Structure5657```plaintext58src/59āāā components/ # React components60ā āāā server-configs/ # Server-specific configuration components61ā āāā ...62āāā assets/ # Static assets and fonts63āāā App.tsx # Main application component64āāā server-configs.ts # MCP server configurations65āāā utils.ts # Utility functions66```6768## Development69701. Install dependencies:7172 ```bash73 bun install74 ```75762. Start the dev server:7778 ```bash79 bun dev80 ```81823. Build for production:8384 ```bash85 bun run build86 ```8788## Contributing8990Contributions are extremely welcome! Please open a PR with new MCP servers or any other improvements to the codebase.91PS. I wasnt able to get fetch, time, and sentry working, if you can help me out, that would be great!9293## Disclaimer9495This project is not affiliated with Anthropic. All logos are trademarks of their respective owners.9697## License9899MIT100101---102<br/>103<br/>104<p align="center">105<a href="https://zue.ai#gh-light-mode-only">106 <img src="https://assets.zue.ai/logo_zue_purple.svg" alt="zue logo" width="200" height="auto" style="display: block; margin: 0 auto;" />107</a>108<a href="https://zue.ai#gh-dark-mode-only">109 <img src="https://assets.zue.ai/logo_zue_yellow.svg" alt="zue logo" width="200" height="auto" style="display: block; margin: 0 auto;" />110</a>111</p>112113<p align="center">114<a href="https://zue.ai/talk-to-us">Contact us</a> for custom AI automation solutions and product development.115</p>116
Full transparency ā inspect the skill content before installing.