MetaMCP MCP Server
@metatool-ai
关于 MetaMCP MCP Server
MCP Server MetaMCP manages all your other MCPs in one MCP.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-metamcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@metatool-ai/mcp-server-metamcp",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MetaMCP MCP Server?
MetaMCP MCP Server is a proxy server that joins multiple MCP servers into one. It fetches tool, prompt, and resource configurations from MetaMCP App and routes requests to the correct underlying server. It is compatible with any MCP client and provides a multi-workspaces layer for one-click switching between sets of MCP configurations.
How to use MetaMCP MCP Server?
Install via Smithery (npx -y @smithery/cli install @metatool-ai/mcp-server-metamcp --client claude) or manually by setting the METAMCP_API_KEY environment variable and running npx -y @metamcp/mcp-server-metamcp@latest. Configure the transport type (stdio, SSE, or streamable-http) and port using CLI options. Optionally, set METAMCP_API_BASE_URL for the MetaMCP API base URL.
Key features of MetaMCP MCP Server
- Compatible with any MCP client.
- Multi-workspaces layer for one-click MCP config switching.
- GUI dynamic updates of MCP configurations.
- Namespace isolation for joined MCP servers.
- Supports stdio, SSE, and Streamable HTTP transports.
Use cases of MetaMCP MCP Server
- Centralize management of multiple MCP servers under a single proxy.
- Switch between different sets of MCP configurations without restarting the client.
- Provide a unified interface while isolating underlying MCP server namespaces.
- Dynamically update MCP configurations via the MetaMCP App GUI.
FAQ from MetaMCP MCP Server
Is this package deprecated?
Yes. This local proxy package is deprecated in MetaMCP’s 2.0 all-in-one architecture. Please check the new repository at https://github.com/metatool-ai/metamcp.
How do I install MetaMCP MCP Server?
Install via Smithery (using @smithery/cli install @metatool-ai/mcp-server-metamcp) or manually by running npx -y @metamcp/mcp-server-metamcp@latest with the METAMCP_API_KEY environment variable set.
What transports does it support?
It supports stdio (default), SSE (via --transport sse), and Streamable HTTP (via --transport streamable-http). For SSE and Streamable HTTP, specify a port with --port (default 12006).
How do I handle stderr from child MCP processes
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论