React Native AI Debugger
Enables AI assistants like Claude Code to capture logs, execute code, inspect state, and control navigation in your React Native app.
⚠️ react-native-ai-debugger has been renamed!
CRITICAL NOTICE: This package has been renamed to
react-native-ai-devtools.
This repository and NPM package will no longer receive updates.
Please migrate to the new package and repository immediately.
- New NPM Package: react-native-ai-devtools
- GitHub Repository: https://github.com/igorzheludkov/react-native-ai-devtools
Migration Guide for Claude Code / Cursor
You must update your local MCP configuration files to use the new package name.
Claude Code
If you installed globally:
claude mcp remove rn-debugger claude mcp add rn-debugger --scope user -- npx react-native-ai-devtools
If you installed per-project, edit your project's .mcp.json file:
{ "mcpServers": { "rn-debugger": { "type": "stdio", "command": "npx",
-
"args": ["react-native-ai-debugger"]
-
} }"args": ["react-native-ai-devtools"] }
Cursor
Edit your global ~/.cursor/mcp.json or project-level .cursor/mcp.json file:
{ "mcpServers": { "rn-debugger": { "command": "npx",
-
"args": ["-y", "react-native-ai-debugger"]
-
} }"args": ["-y", "react-native-ai-devtools"] }
Created by Ihor Zheludkov
関連サーバー
Scout Monitoring MCP
スポンサーPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Headless Terminal (ht) MCP
A high-performance MCP server for the headless terminal (ht), implemented in Rust.
EdgeOne Pages MCP
An MCP server implementation using EdgeOne Pages Functions for intelligent chat applications.
Storyblok MCP Server
Manage your Storyblok CMS using natural language through AI tools.
Zen MCP
An AI-powered server providing access to multiple models for code analysis, problem-solving, and collaborative development with guided workflows.
WOOFi Pro
Provides over 40 comprehensive trading tools for WOOFi Pro and Orderly Network integration.
Dart MCP Server
An MCP server that exposes Dart SDK commands for AI-powered development.
Remote Weather MCP Server
A remote, authentication-free MCP server for weather data, deployable on Cloudflare Workers or run locally via npm.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication, allowing for custom tool integration.
gNMIBuddy
Retrieves essential network information from devices using gNMI and OpenConfig models.
x64dbgMCP
An MCP server that connects LLMs with the x64dbg debugger, enabling natural language control over debugging functions.