Metro
Freeby MCP Community
Plugin-based MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
v0.9.0Added Apr 12, 2026
mcpreact-nativeexpometrodebugging
Metro MCP Server
Plugin-based MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
Installation
Reviews
Installation
Quick install
npx -y metro-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"metro": {
"command": "npx",
"args": ["-y", "metro-mcp"]
}
}
}