Back to Home
zueai icon

mcp-manager

Verified Safe

by zueai

Overview

A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.

Installation

Run Command
bun dev

Environment Variables

  • BRAVE_API_KEY
  • SLACK_BOT_TOKEN
  • SLACK_TEAM_ID
  • GOOGLE_MAPS_API_KEY
  • PERPLEXITY_API_KEY
  • EXA_API_KEY
  • BROWSERBASE_API_KEY
  • BROWSERBASE_PROJECT_ID
  • TODOIST_API_TOKEN
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • EVERART_API_KEY
  • GITHUB_PERSONAL_ACCESS_TOKEN
  • GITLAB_PERSONAL_ACCESS_TOKEN
  • GITLAB_API_URL

Security Notes

The `mcp-manager` application itself is a client-side React web GUI and does not inherently contain direct security vulnerabilities like `eval` of user input or hardcoded active secrets. Placeholder environment variables are present in `src/server-configs.ts` but are explicitly for user configuration. However, the core function of this manager is to *generate and instruct users to execute terminal commands* (`npx`, `uvx`, `node`, `curl | sh`, `npm install`, `sudo npm link`) which download and run external code (MCP servers) on the user's system. This requires significant trust in the external MCP server packages and the generated commands. Executing `sudo npm link` as part of the setup for some servers (e.g., Exa) grants high privileges, posing a severe risk if the external package or its dependencies were compromised. Users must exercise extreme caution and vet all external code before running the generated commands.

Similar Servers

Stats

Interest Score65
Security Score4
Cost ClassLow
Stars273
Forks41
Last Update2025-12-03

Tags

MCPClaudeGUIMacOSTooling