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.

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

関連サーバー