Home

Awesome

<h1 align="center">MCP Manager for Claude Desktop</h1> <p align="center">A desktop application to manage Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS. Just follow the instructions and paste a few commands to give your Claude app instant superpowers.</p>

MCP Manager for Claude Desktop

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

Tech Stack

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
electron/
ā”œā”€ā”€ main.ts # Electron main process
ā””ā”€ā”€ tsconfig.json # TypeScript config for Electron

Development

  1. Install dependencies:

    bun install
    
  2. Start development:

    bun electron:dev
    
  3. Build for MacOS:

    rm -rf dist dist-electron # When rebuilding
    bun electron:build # Creates .dmg installer
    
  4. Additional commands:

    bun check # Run TypeScript checks and Biome formatting
    bun lint # Run ESLint
    

Work to be done

Add preset MCPs:

Contributions to resolve these are welcome!

Contributing

Contributions are extremely welcome! Please open a PR with new MCP servers or any other improvements to the codebase.

Disclaimer

This project is not affiliated with Anthropic. All logos are trademarks of their respective owners.

License

MIT


<br/> <br/> <p align="center"> <a href="https://zue.ai#gh-light-mode-only"> <img src="https://assets.zue.ai/logo_zue_purple.svg" alt="zue logo" width="200" height="auto" style="display: block; margin: 0 auto;" /> </a> <a href="https://zue.ai#gh-dark-mode-only"> <img src="https://assets.zue.ai/logo_zue_yellow.svg" alt="zue logo" width="200" height="auto" style="display: block; margin: 0 auto;" /> </a> </p> <p align="center"> <a href="https://zue.ai/talk-to-us">Contact us</a> for custom AI automation solutions and product development. </p>