Back to MCP Servers

Metatool App

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

aggregators

Installation

npx -y metatool-app

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub