Metro MCP for Cursor
io.github.steve228uk/metro-mcp
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
client:Cursor
transport:stdio
runtime:npm
Install Metro MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"metro-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"metro-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs