Skip to content
Windsurf

Metro MCP for Windsurf

io.github.steve228uk/metro-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Metro MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Metro MCP in other clients