# zueai/mcp-manager [Health: Active]

**Category:** 🛠️ Other Tools and Integrations  
**Repository:** https://github.com/zueai/mcp-manager  
**GitHub Stars:** 293  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/zueai-mcp-manager

## Description
Simple Web UI to install and manage MCP servers for Claude Desktop App.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "mcp-manager": {
    "command": "npx",
    "args": ["-y","zueai-mcp-manager"]
  }
}
```

## Documentation

## What zueai/mcp-manager MCP server does

The zueai/mcp-manager MCP server project is a browser-based management interface for MCP servers connected to the Claude Desktop app on macOS. It organizes setup for a catalog of supported servers and turns their configuration options into forms. The interface is intended to reduce the manual work involved in preparing server settings and installation commands.

Supported entries include services and tools for Apple Notes, AWS Knowledge Base, Brave Search, Browserbase, Cloudflare, Everart, Exa, local filesystems, GitHub, GitLab, Google Drive, Google Maps, Memory, Obsidian, Perplexity, PostgreSQL, Puppeteer, Sequential Thinking, Slack, SQLite, Todoist, and YouTube transcripts. These are configuration choices exposed by the manager; the repository does not claim to implement each underlying MCP server.

## How it works

The application runs entirely client-side according to the README, so configuration data remains on the user's computer rather than being sent to a project backend. A user selects a server, enters the required settings such as environment variables, and uses the generated controls to prepare the setup. The interface also provides one-click copying for terminal installation commands.

The repository uses React 18 and TypeScript for the interface, Vite as its build tool, TailwindCSS and DaisyUI for styling, and Bun as its package manager. Its server definitions are represented in the application's source, including server-specific configuration components and a central configuration file.

## Setup and configuration

For local development, install the project dependencies with Bun and start the development server:

```bash
bun install
bun dev
```

A production build can be created with:

```bash
bun run build
```

These commands run the manager application itself. They are not installation commands for any of the MCP servers listed in its interface. Configuration depends on the selected server and may require that server's own environment variables or credentials.

## Tools and capabilities

The zueai/mcp-manager MCP server includes these user-facing capabilities:

- Browse a catalog of MCP server configurations.
- Enter environment variables and other server settings through forms.
- Copy terminal commands for server installation.
- Prepare configurations for Claude Desktop.
- Manage setup for filesystem, database, search, collaboration, browser, and productivity-related servers included in the catalog.

## Limitations and notes

The README specifically targets Claude Desktop on macOS. It does not document support for other MCP clients or operating systems. The project is a management UI, not a hosted MCP endpoint, and no remote service or authentication system is described for the manager itself.

The listed server integrations can require separate credentials, APIs, local resources, or runtime dependencies. The README also notes that fetch, time, and Sentry were not working for the author at the time of writing, so those should not be treated as supported configurations based on this material alone. The project is not affiliated with Anthropic and is licensed under Apache 2.0.

_Full upstream README: https://allmcps.com/mcp/zueai-mcp-manager/readme_

