MCP Directory
Back

mcp-manager

by amxv · TypeScript · ★ 288

simple web ui to manage mcp (model context protocol) servers in the claude app

#claude#llm#mcp#model-context-protocol#react#vite

Install

npx -y github:amxv/mcp-manager

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-manager": {
      "command": "npx",
      "args": [
        "-y",
        "github:amxv/mcp-manager"
      ]
    }
  }
}

From the 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. 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: - [modelcontextprotocol.io](https://modelcontextprotocol.io) - [Anthropic's MCP Announcement](https://www.anthropic.com/news/model-context-protocol) - 🚀 Easy-to-use interface for…
Read full README on GitHub →

Related ai & ml servers