Metro MCP for VS Code
io.github.steve228uk/metro-mcp
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
client:VS Code
transport:stdio
runtime:npm
Install Metro MCP in VS Code
.vscode/mcp.json
{
"servers": {
"metro-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"metro-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs