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
Serveurs connexes
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Tolgee
Manage your app’s translations directly from your AI coding assistant. Search keys, create translations, trigger machine translation. All without leaving your editor.
AppDeploy
AppDeploy lets you deploy a real, full-stack web app directly from an AI chat and turn your AI conversations into live apps, without leaving the chat or touching infrastructure.
Claude Google Apps Script MCP Guide
Integrate Claude AI with Google Apps Script to automate tasks in Google Sheets and Gmail.
MCP Music Analysis
Analyze audio from local files, YouTube, or direct links using librosa.
Substrate MCP Server
A Model Context Protocol (MCP) server for Substrate blockchains, written in Rust.
Figma Context MCP
Extract code, assets, and component structures from Figma designs to use within AI workflows.
DocsFetcher
Fetches package documentation from various language ecosystems without requiring API keys.
paytoll-mcp
Access 20+ DeFi, crypto, and AI endpoints through micro-payments. Get Aave rates, build DeFi transactions, fetch crypto prices, resolve ENS names, search Twitter, and query LLMs - all paid per-call with USDC on Base. No API keys needed, payment is the auth
SSE MCP Server Example
An example MCP Server demonstrating Server-Sent Events (SSE) usage.
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers.