MCP

Manage Local MCP Servers for Claude Desktop

Manage MCP servers for Claude Desktop with an easy-to-use, client-side GUI. Integrates with Apple Notes, AWS Knowledge Base, Brave Search, and more.

Works with apple notesaws knowledge basebrave searchbrowserbasecloudflare

25
Spark score
out of 100
Updated 4 months ago
Version 0.1.9
Models

Add to Favorites

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

01

Install and configure popular MCP servers with a single click.

02

Manage environment variables and server settings easily.

03

Copy necessary terminal commands for quick setup.

04

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

What it does

MCP Manager is a web GUI for managing Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS. It simplifies the process of connecting Claude to external data sources and services.

How it connects

Use MCP Manager when you need to easily extend Claude's capabilities by connecting it to external data sources and services, and want a user-friendly interface to set up and manage these connections.

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.

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

  • ๐Ÿš€ 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

  1. Install dependencies:

    bun install
    
  2. Start the dev server:

    bun dev
    
  3. Build for production:

    bun run build
    

Discussion

Questions & comments ยท 0

Sign In Sign in to leave a comment.