
MetaMCP is an open-source management platform for MCP (Model Context Protocol) servers. It lets users install, configure, and proxy multiple MCP servers from a single GUI and exposes them to any compatible MCP client, including Claude Desktop, Cursor, Cline, and Windsurf.
MetaTool AI is a small open-source team building MetaMCP, a self-hosted MCP aggregator and gateway. The project is MIT-licensed and primarily maintained by the founding team.
MetaMCP (github.com/metatool-ai/metamcp) aggregates multiple MCP servers into a single logical endpoint. Downstream MCP clients (Claude Desktop, Cursor, Windsurf, etc.) connect once and get unified access to every registered backend. It supports both HTTP and stdio transports, tool namespacing to prevent name collisions, and per-namespace authentication.
Most MCP gateways focus on governance and rate limiting. MetaMCP's pitch is simpler: a single endpoint that fans out to many MCP servers transparently, with first-class support for the LLM-client side of the protocol. This reduces client configuration to one URL.
Sits alongside MCPJungle, Lasso, Docker MCP Gateway, and ContextForge on the MCP proxy / aggregator layer. Lighter-weight than enterprise-oriented governance platforms like Archestra.