Manage Local MCP Servers for Claude Desktop
MCP Manager is a client-side web GUI that generates ready-to-paste setup commands for popular MCP servers in Claude Desktop.
Why it matters
Simplify the management of Model Context Protocol (MCP) servers for Claude Desktop on macOS. This application provides a user-friendly interface to install, configure, and manage over 22 popular MCP servers locally.
Outcomes
What it gets done
Install and configure popular MCP servers with a single click.
Manage environment variables and server settings easily.
Copy necessary terminal commands for quick setup.
Ensure data privacy by running entirely locally.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/vb-mcp-manager | bash Overview
mcp-manager MCP server
MCP Manager is a client-side web GUI that generates ready-to-paste Claude Desktop setup commands for over 20 popular MCP servers. Use it when setting up Claude Desktop on macOS with one or more popular MCP servers and you want a guided configuration flow.
What it does
MCP Manager is a web GUI, not an MCP server itself, that makes it easy to configure Model Context Protocol servers for the Claude Desktop app on macOS. Instead of hand-writing Claude's MCP configuration file for each server you want, you pick from a list of popular MCP servers, fill in the environment variables and settings they need, and the tool generates the terminal commands to paste in. It runs entirely client-side, so none of your configuration data ever leaves your computer.
When to use - and when NOT to
Use it when you're setting up Claude Desktop with one or more popular MCP servers and want a guided interface instead of hand-editing Claude's config file and remembering each server's exact setup command and required environment variables. It's specifically for Claude Desktop on macOS, not other MCP hosts or operating systems. It doesn't connect to or proxy any of these servers itself; it only generates the setup commands, so the actual server still runs as its own separate process once you paste and run what it gives you.
Capabilities
It provides quick setup flows for over 20 popular MCP servers, spanning productivity and knowledge tools such as Apple Notes, Obsidian, Todoist, Memory, and Sequential Thinking, developer platforms such as GitHub, GitLab, Cloudflare, Filesystem, PostgreSQL, and SQLite, search and web tools such as Brave Search, Exa, Perplexity, Browserbase, Puppeteer, and YouTube Transcript, cloud services such as AWS Knowledge Base, Google Drive, and Google Maps, team tools such as Slack, and creative tools such as Everart. For each, it offers simple configuration of environment variables and server settings, plus one-click copying of the terminal commands needed for installation. The project's own notes disclose that fetch, time, and sentry server configs weren't working as of writing and are open for contribution.
How to install
It's a web application, not something you install as an MCP server. For local development:
bun install
bun dev
Build for production with bun run build. It's built with React 18 and TypeScript on Vite, styled with TailwindCSS and DaisyUI, and deployed to Cloudflare Pages for sub-60-second builds.
Who it's for
Claude Desktop users on macOS who want a guided way to set up multiple MCP servers, copying ready-made commands with their environment variables filled in, instead of hand-writing Claude's MCP configuration for each one. It is released under the MIT License and is not affiliated with Anthropic.
Source README
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.

What is MCP?
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 more about MCP at:
Features
- ๐ Easy-to-use interface for managing MCP servers
- ๐ Runs entirely client-side - your data never leaves your computer
- โก๏ธ Quick setup for popular MCP servers:
- Apple Notes - Access and search your Apple Notes
- AWS Knowledge Base - Access and query AWS Knowledge Base for information retrieval
- Brave Search - Search the web with Brave Search API
- Browserbase - Let Claude explore the web with Browserbase
- Cloudflare - Manage your Cloudflare workers and account resources
- Everart - Interface with Everart API for digital art and design tools
- Exa - Search the web with Exa
- Filesystem - Access and manage local filesystem
- GitHub - Access your GitHub repositories
- GitLab - Manage GitLab repositories and resources
- Google Drive - Access and search files in your Google Drive
- Google Maps - Access Google Maps API for location services
- Memory - Give Claude memory of previous conversations
- Obsidian - Read and search files in your Obsidian vault
- Perplexity - Search the web with Perplexity API
- PostgreSQL - Connect and interact with PostgreSQL databases
- Puppeteer - Automate browser interactions
- Sequential Thinking - Enable step-by-step reasoning
- Slack - Access your Slack workspace
- SQLite - Manage SQLite databases
- Todoist - Access and search your Todoist tasks
- YouTube Transcript - Access and search YouTube transcripts
- ๐ Simple configuration of environment variables and server settings
- ๐ One-click copying of terminal commands for installation
Tech Stack
- Frontend Framework: React 18 with TypeScript
- Build Tool: Vite
- Styling:
- TailwindCSS for utility-first CSS
- DaisyUI for component styling
- Tiempos Font to match the Anthropic Design Language
- Package Manager: Bun
- Deployment: Cloudflare Pages for <60s build times
Project Structure
src/
โโโ components/ # React components
โ โโโ server-configs/ # Server-specific configuration components
โ โโโ ...
โโโ assets/ # Static assets and fonts
โโโ App.tsx # Main application component
โโโ server-configs.ts # MCP server configurations
โโโ utils.ts # Utility functions
Development
Install dependencies:
bun installStart the dev server:
bun devBuild for production:
bun run build
FAQ
Common questions
Discussion
Questions & comments ยท 0
Sign In Sign in to leave a comment.