React Native
Freeby MCP Community
MCP server for React Native app automation and monitoring
v0.1.0-rc.14Added Apr 12, 2026
automationmcpmodel-context-protocolmonitoringreact-native
React Native MCP Server
MCP server for React Native app automation and monitoring
Installation
Reviews
Installation
Quick install
npx -y @ohah/react-native-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"react-native": {
"command": "npx",
"args": ["-y", "@ohah/react-native-mcp-server"]
}
}
}