mcp-rn-devtools
v0.1.0
Published
MCP server for React Native runtime debugging — gives Claude access to logs, errors, network, and navigation from your running app
Maintainers
Readme
mcp-rn-devtools
MCP server for React Native runtime debugging. Connects to your running RN app via CDP and provides tools for Claude to inspect logs, errors, network requests, and more.
See the main README for full documentation.
Usage
npx mcp-rn-devtoolsOr add to your MCP config:
{
"mcpServers": {
"rn-devtools": {
"command": "npx",
"args": ["mcp-rn-devtools"]
}
}
}License
MIT
