Meta MCP Server

Unified aggregator and gateway for MCP services configured via Docker environments.

Data last scanned today · Reviewed today

632,548TypeScriptMIT

Overview

MetaMCP functions as an all-in-one middleware and gateway designed to aggregate Model Context Protocol services. It simplifies the deployment and orchestration of multiple MCP tools into a single containerized environment, facilitating smoother communication for AI agent workflows. The server supports rapid deployment via Docker, allowing developers to manage their MCP ecosystem from a centralized hub. It is designed to act as the primary interface for projects requiring consolidated access to various MCP-compliant resources.

Our verdict

With a security score of 53/100, this tool is classified as high-risk. This rating is primarily due to the server being community-maintained rather than vendor-official and the lack of an independent editorial review for its authentication and security methods. Given these factors, developers should exercise caution and review the codebase before deploying it in sensitive environments.

  • Zero direct dependencies reduce potential supply-chain attack surfaces.
  • Active development community with 28 individual contributors.
  • Available documentation through a dedicated project website.
  • Community-maintained status lacks official vendor oversight or guarantees.
  • Authentication methods have not yet undergone security review.
  • Read-only operational modes remain unverified.

Setup

Claude Desktop
{
  "mcpServers": {
    "metamcp": {
      "args": [
        "-y",
        "metamcp"
      ],
      "command": "npx"
    }
  }
}

Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Some servers require API keys or tokens as environment variables — check the project's README and add an "env" object if needed.

  • No read-only mode — running this grants full read/write access.
  • No built-in authentication — anyone with access to this config can invoke every tool it exposes.

Compatibility

ClientLocalDockerRemoteRead-only
ChatGPT
Claude Desktop
Cursor
VS Code
Windsurf

Frequently asked questions

What is the recommended method for running MetaMCP?

The project recommends running MetaMCP using Docker Compose.

Can I use MetaMCP with clients that only support STDIO?

Yes, MetaMCP is designed to be plugged into any MCP client, including Claude Desktop and other STDIO-only clients.

Does MetaMCP support authentication for its endpoints?

Yes, MetaMCP includes support for authentication and provides specific documentation for API key auth troubleshooting.

Are there built-in traffic management features?

Yes, MetaMCP includes traffic management capabilities, such as MCP rate limiting.

Does MetaMCP support OpenID Connect (OIDC)?

Yes, MetaMCP supports OIDC provider integration for security and access management.

Alternatives

Changelog

Badge

Meta MCP Server security score, rated on RepoAI

Maintain this server? Add the live badge to your README.