Back to MCP Servers
🔌

metorial/metorial

Apache-2.0API key required

🎖️ 📇 ☁️ Connect AI agents to 600+ integrations with a single interface - OAuth, scaling, and monitoring included

TypeScriptAI & LLMs

Install

npx -y @metorial-mcp-containers/root

Required environment variables

METORIAL_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "metorial-metorial": {
      "command": "npx",
      "args": [
        "-y",
        "@metorial-mcp-containers/root"
      ],
      "env": {
        "METORIAL_API_KEY": "<YOUR_METORIAL_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.