MCP Directory

metatool-ai/metatool-app

GitHub
Other

MetaMCP is the one unified middleware MCP server that manages your MCP connections with GUI.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y metatool-app

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from metatool-ai/metatool-app your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "metatool-app": {
      "command": "npx",
      "args": [
        "-y",
        "metatool-app"
      ]
    }
  }
}

Route metatool-ai/metatool-app intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add metatool-app

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use metatool-ai/metatool-app directly without routing

npx -y metatool-app

New to Agent-CoreX? View setup guide →

metatool-ai/metatool-app MCP Server — Agent-CoreX