MCP All In One

v1.0.0Developer Toolsstable

A powerful MCP (Model Context Protocol) service aggregator that combines multiple MCP services into a single unified MCP service with self-configuration capabilities.

all-in-onemcpproxyrouter
Share:
69
Stars
0
Downloads
0
Weekly
0/5

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

Aggregate multiple MCP services into one unified service.
Configure and manage several MCP servers centrally.
Self-configure MCP service routing and proxying.
vtxf

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 10, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-all-in-one

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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 stdio
2

Or 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"]
    }
  }
}
3

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.

4

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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "mcp-all-in-one": { "command": "npx", "args": ["-y", "mcp-all-in-one"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides