MetaMCP MCP Server
@MCP-Mirror
关于 MetaMCP MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"metatool-ai_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 designed for developers who want to manage all their MCP servers through a single unified interface.
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. You can also pass command-line arguments (--metamcp-api-key and --metamcp-api-base-url) which take precedence over environment variables. Add the server configuration to your MCP client's mcpServers JSON block.
Key features of MetaMCP MCP Server
- Compatible with any MCP client (e.g., Claude Desktop).
- Multi-workspaces layer for one-click configuration switches.
- GUI dynamic updates of MCP configurations.
- Namespace isolation for joined MCP servers.
Use cases of MetaMCP MCP Server
- Consolidate multiple MCP servers into a single endpoint.
- Switch between different sets of MCP configurations without manual changes.
- Manage and update MCP configurations through a graphical interface.
FAQ from MetaMCP MCP Server
How do I obtain a MetaMCP API key?
Visit the MetaMCP App's API Keys page at https://metamcp.com/api-keys to generate an API key. This key is required for operation.
Does MetaMCP MCP Server work with any MCP client?
Yes, it is designed to be compatible with any MCP client, including Claude Desktop.
What environment variables are required?
Only METAMCP_API_KEY is required. Optionally, METAMCP_API_BASE_URL can be set to override the MetaMCP App URL (e.g., for local development).
Can I use command-line arguments instead of environment variables?
Yes. Use --metamcp-api-key and --metamcp-api-base-url when starting the server. Command-line arguments take precedence over environment variables.
Is there a way to see all available options?
Run npx -y @metamcp/mcp-server-metamcp@latest --help for a full list of command-line options.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 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,
评论