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
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Context 7
Up-to-date Docs For Any Cursor Prompt
MCP Devkit
A persistent development partner that prevents context drift and maintains project memory across all development sessions.
MCP Server AI extension
Provides AI extension capabilities via the Model Context Protocol.
Sentry
Official MCP server for Sentry.
NodeMCU MCP
An MCP service for managing NodeMCU (ESP8266) IoT devices.
NovaCV
An MCP server for accessing the NovaCV resume service API.
nREPL MCP Server
Interact with a running Clojure nREPL instance for code evaluation, namespace inspection, and other utilities.
Unison MCP Server
An MCP server for the Unison language, allowing AI assistants to interact with the Unison Codebase Manager (UCM).
Mong MCP Server
A moby-like random name generator for use with tools like Claude Desktop and VS Code Copilot Agent.
Python Local
An interactive Python REPL environment with persistent session history.