Home › Other › Metro MCP

Metro MCP

MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP

TypeScript
★ 81 stars Last pushed 2026-09-04 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.15.0)

npx -y metro-mcp@0.15.0

Or add to your MCP client config:

{
  "mcpServers": {
    "metro-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "metro-mcp@0.15.0"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry