MCP All In One
A powerful MCP (Model Context Protocol) service aggregator that combines multiple MCP services into a single unified MCP service with self-configuration capabilities.
What is MCP All In One?
MCP All In One is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to powerful mcp (model context protocol) service aggregator that combines multiple mcp services into a single unified mcp service with self-configuration capabilities.
A powerful MCP (Model Context Protocol) service aggregator that combines multiple MCP services into a single unified MCP service with self-configuration capabilities.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A powerful MCP (Model Context Protocol) service aggregator t
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-all-in-oneConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP All In One
MCP All In One is a service aggregator that combines multiple MCP servers into a single unified MCP endpoint, letting AI clients connect to one server instead of configuring each MCP server individually. It supports both stdio and HTTP transport, provides real-time status monitoring of running sub-services, auto-reconnects on service failure, and exposes built-in MCP tools for dynamically adding, removing, and viewing sub-service configurations without editing files manually. DevOps engineers and power users who run many MCP servers will find it useful for centralizing management and reducing client configuration complexity.
Prerequisites
- Node.js 18+ and npm (for npx execution)
- Any MCP-compatible client: Claude Desktop, Claude Code, Cursor, Trae, or Cherry Studio
- The individual MCP servers you want to aggregate already installed or runnable via npx/uvx
Add MCP All In One to Claude Code
For Claude Code users, add the aggregator as a user-scoped MCP server with a single command. It runs the latest version automatically via npx.
claude mcp add mcp-all-in-one -s user -- npx -y mcp-all-in-one@latest stdioOr configure in Claude Desktop / other clients
For Claude Desktop, Cursor, or other MCP clients, add the configuration block to your MCP config file. The `stdio` argument sets the communication mode.
{
"mcpServers": {
"mcp-all-in-one": {
"command": "npx",
"args": ["mcp-all-in-one@latest", "stdio"]
}
}
}Add sub-services via AI prompts
Once connected, use natural language to configure additional MCP services inside mcp-all-in-one. No manual file editing required — the aggregator manages sub-service configuration through its own MCP tools.
Monitor and manage running services
Ask your AI assistant to show the current service configuration and status. Services can be added, updated, or removed dynamically through conversational commands.
Verify aggregated tools are visible
After adding sub-services, check that tools from those services appear in your AI client's available tools list. The aggregator proxies them under the single mcp-all-in-one namespace.
MCP All In One Examples
Client configuration
Minimal Claude Desktop configuration to connect to MCP All In One. Sub-services are added dynamically after initial setup through conversational prompts.
{
"mcpServers": {
"mcp-all-in-one": {
"command": "npx",
"args": ["mcp-all-in-one@latest", "stdio"]
}
}
}Prompts to try
Manage sub-service configuration and view status using natural language commands directed at the MCP All In One aggregator.
- "Configure the Fetch tool in mcp-all-in-one: uvx mcp-server-fetch"
- "Configure chrome-devtools in mcp-all-in-one: npx chrome-devtools-mcp@latest"
- "View the current MCP configuration in mcp-all-in-one"
- "Remove the chrome-devtools tool from mcp-all-in-one"
- "Show me the status of all running services in mcp-all-in-one"Troubleshooting MCP All In One
Sub-service tools are not visible in the AI client after adding them
After adding a sub-service via prompt, restart your MCP client or trigger a tool refresh. Some clients cache the tool list at startup and require a reconnect to discover newly proxied tools.
A sub-service fails to start or auto-reconnect does not work
Verify the sub-service command is executable independently (e.g., test `npx chrome-devtools-mcp@latest` in your terminal). If the command requires environment variables, they may need to be passed explicitly when configuring the service through the aggregator.
The aggregator itself fails to start with npx
Ensure you have Node.js 18+ installed and internet access for npx to download the package. Try `npx mcp-all-in-one@latest stdio` in your terminal directly to see error output, which is suppressed when launched as an MCP subprocess.
Frequently Asked Questions about MCP All In One
What is MCP All In One?
MCP All In One is a Model Context Protocol (MCP) server that powerful mcp (model context protocol) service aggregator that combines multiple mcp services into a single unified mcp service with self-configuration capabilities. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP All In One?
Follow the installation instructions on the MCP All In One GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with MCP All In One?
MCP All In One works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP All In One free to use?
Yes, MCP All In One is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
MCP All In One Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCP All In One? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up MCP All In One in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use MCP All In One?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.