metatool-ai_mcp-server-metamcp
MetaMCP MCP Server is a proxy server that consolidates multiple MCP servers into a single interface, allowing for efficient management and routing of tool, prompt, and resource requests.
MetaMCP MCP Server acts as a centralized proxy server that integrates multiple MCP servers into a unified system. It fetches configurations from the MetaMCP App and routes requests to the appropriate underlying server. This server is designed to streamline the management of multiple MCPs by providing a single point of access and control. It supports dynamic updates of configurations through a GUI and allows for namespace isolation, ensuring that each joined MCP operates independently. The server is compatible with any MCP client and offers a multi-workspace layer for easy switching between different MCP configurations. Installation can be done via Smithery or manually, with environment variables and command line arguments available for configuration.
Features
- Compatible with ANY MCP Client
- Multi-Workspaces layer for easy switching between MCP configurations
- GUI dynamic updates of MCP configurations
- Namespace isolation for joined MCPs
Usage with Different Platforms
smithery
bash
npx -y @smithery/cli install @metatool-ai/mcp-server-metamcp --client claude
manual
bash
export METAMCP_API_KEY=<env>
npx -y @metamcp/mcp-server-metamcp@latest
json_config
{
"mcpServers": {
"MetaMCP": {
"command": "npx",
"args": ["-y", "@metamcp/mcp-server-metamcp@latest"],
"env": {
"METAMCP_API_KEY": "<your api key>"
}
}
}
}
command_line
bash
npx -y @metamcp/mcp-server-metamcp@latest --metamcp-api-key <your-api-key> --metamcp-api-base-url <base-url>
Related MCP Servers
View all cloud_platforms servers →Figma-Context-MCP
by GLips
Framelink Figma MCP Server allows AI-powered coding tools to access Figma design data, enhancing design implementation accuracy.
edgeone-pages-mcp
by TencentEdgeOne
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
HubSpot
by PipedreamHQ
Pipedream MCP Server is a reference implementation that allows you to run your own MCP server for over 2,500 apps and APIs, powered by Pipedream Connect.
mcp-atlassian
by sooperset
Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). This integration supports both Confluence & Jira Cloud and Server/Data Center deployments.
Nx MCP Server
by nrwl
A Model Context Protocol server implementation for Nx, providing LLMs with deep access to monorepo structures.
mcp-grafana
by grafana
A Model Context Protocol (MCP) server for Grafana that provides access to your Grafana instance and its ecosystem.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.