mcp-router
by mcp-router
A Unified MCP Server Management App (MCP Manager).
1,681stars
144forks
TypeScript
Added 12/27/2025
MCP Serversllmllmopsmcpmcp-clientmcp-managermcp-routermcp-servermcp-serversmcp-tools
Installation
# Add to your Claude Code skills
git clone https://github.com/mcp-router/mcp-router<h1 align="center">MCP Router</h1>
<h3 align="center">A Unified MCP Server Management App</h3>
<div align="center">
</div>
🎯 Overview
MCP Router is a desktop application for simplifies the management of Model Context Protocol (MCP) servers.
✨ Key Features
- 🌐 Universal — Connect to any MCP server
- Remote or local servers
- Supports DXT, JSON, Manual
- 🖥️ Cross-platform — Windows and macOS
- 🗂 Context Management — Keep growing MCP server contexts organized
- Group MCP servers into Projects
- Manage modes with Workspaces (like browser profiles)
- Toggle tools on/off per server
🔒 Privacy & Security
Your Data Stays Local
- ✅ All data is stored locally - Request logs, configurations, and server data remain on your device
- ✅ Credentials are secure - API keys and authentication credentials are stored locally and never transmitted externally
- ✅ Complete control - You have full control over your MCP server connections and data
Transparency
- 🔍 Auditable - The desktop application source code is publicly available on GitHub
- 🛡️ Verifiable privacy - You can verify that your data stays local by examining the application code
- 🤝 Community-driven - Security improvements and audits are welcomed from the community
📥 Installation
Download from our releases page.
After setting up MCP Router, you can connect to MCP Router using the CLI:
# Set your MCP Router token (Issued when adding a custom app)
export MCPR_TOKEN="mcpr_your_token"
# To connect to MCP Router, run:
npx -y @mcp_router/cli connect
# If you want to use project, run:
npx -y @mcp_router/cli connect --project <project-name>
🚀 Features
📊 Centralized Server Management
Easily toggle MCP servers on/off, enable/disable individual tools, and organize servers into Projects and Workspaces — all from a single dashboard
<img src="https://raw.githubusercontent.com/mcp-router/mcp-router/main/public/images/readme/toggle.png" alt="Server Management" width="600"> <img src="https://raw.githubusercontent.com/mcp-router/mcp-router/main/public/images/readme/tool-toggle.png" alt="Toggle Tool" width="600"> <img src="https://raw.githubusercontent.com/mcp-router/mcp-router/main/public/images/readme/project-management.png" alt="Project Management" width="600"><img src="...