mcp-one

by MCPHubCloud

8 stars
223 downloads
Not rated
GitHub Website

About

A unified All-in-One entrance for mcpservers, which manages various types of mcpservers.

Details

Author
MCPHubCloud
GitHub stars
8
Downloads
223
Categories
Other, AI

- Single entry point for multiple MCP servers
- Supports adding custom MCP servers via YAML config
- Exposes combined server over SSE transport
- Runs as a standalone binary or Docker container
- Community-driven with PR and issue contributions welcome

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcp-one
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure a YAML file listing the MCP servers you want to aggregate, then run ./mcp-one -c mcpone-config.yaml --baseurl 0.0.0.0:9090. Point your MCP client (e.g., Cherry Studio, Cursor) to http://localhost:9090/sse. Pre-built binaries and a Docker image are available; you can also build from source using make build or make dockerbuild.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-one": {
            "mcp-one": {
                "command": "docker",
                "args": [
                    "run",
                    "-it",
                    "--rm",
                    "localhost/mcp-one:latest"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-one": {
        "command": "docker",
        "args": [
            "run",
            "-it",
            "--rm",
            "localhost/mcp-one:latest"
        ]
    }
}

mcp-one

A unified All-in-One entrance for mcpservers, which manages various types of rated mcpservers.

🤔 What you need is only one mcpserver! 🎉

You are welcome submit PR or issue to make mcp-one more powerful 💪

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.