MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
{
"mcpServers": {
"io-github-steve228uk-metro-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.steve228uk/metro-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A plugin-based MCP server for React Native runtime debugging, inspection, and automation. Connects to Metro bundler via Chrome DevTools Protocol — no app code changes needed for most features.
Works with Expo, bare React Native, and any project using Metro + Hermes.
claude mcp add metro-mcp -- npx -y metro-mcp
# or with Bun
claude mcp add metro-mcp -- bunx metro-mcp
{
"mcpServers": {
"metro-mcp": {
"command": "npx",
"args": ["-y", "metro-mcp"]
}
}
}
Or with Bun:
{
"mcpServers": {
"metro-mcp": {
"command": "bunx",
"args": ["metro-mcp"]
}
}
}
claude mcp add metro-mcp -- npx -y metro-mcp --port 19000
xcrun simctl is used for most operations)adb on your PATHbrew install idb-companion. Tools will tell you when IDB is needed.metro-mcp connects to your running Metro dev server the same way Chrome DevTools does:
No app modifications required for core debugging features.
| Plugin | Tools | Description | |--------|-------|-------------| | console | 2 | Console log collection with filtering | | network | 6 | Network request tracking, response body inspection, and stats | | errors | 3 | Runtime exception collection + Metro bundle error detection | | evaluate | 1 | Execute JavaScript in the app runtime | | device | 4 | Device management, connection status, and app reload | | source | 1 | Stack trace symbolication | | redux | 3 | Redux state inspection and action dispatch | | components | 5 | React component tree inspection | | storage | 3 | AsyncStorage reading | | simulator | 6 | iOS simulator / Android device control | | deeplink | 2 | Cross-platform deep link testing | | ui-interact | 6 | UI automation (tap, swipe, type) | | navigation | 4 | React Navigation / Expo Router state | | accessibility | 3 | Accessibility auditing | | commands | 2 | Custom app commands | | automation | 3 | Wait/polling helpers for async state changes | | profiler | 9 | CPU profiling (React DevTools hook) + heap sampling + render tracking | | test-recorder | 7 | Record interactions and generate Appium, Maestro, or Detox tests | | devtools | 1 | Open Chrome DevTools alongside the MCP via CDP proxy | | debug-globals | 1 | Auto-discover Redux stores, Apollo Client, and other debug global