react-devtools-mcp
Provides tools to inspect and debug React applications, allowing AI agents to view component state, analyze re-rendering behavior, and investigate UI update issues in both web and React Native environments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@react-devtools-mcpinspect the current state and props of the Counter component"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
react-devtools-bridge
Give AI agents eyes into your React app.
Setup
1. Add MCP server to Claude Code
.mcp.json:
{
"mcpServers": {
"react-devtools": {
"command": "npx",
"args": ["react-devtools-bridge"]
}
}
}2. Connect your React app
Web - Add to your HTML (before your app bundle):
<script src="http://localhost:8097"></script>React Native - DevTools is built-in. No extra setup needed.
3. (Optional) Install the skill
Teach Claude when to use these tools:
npx add-skill skylarbarrera/react-devtools-mcpOr manually:
cp node_modules/react-devtools-bridge/SKILL.md ~/.claude/skills/react-devtools/SKILL.mdRelated MCP server: React Native Debug MCP
Usage
With your React app running, ask Claude things like:
"What's the current state of the Counter component?"
"Why doesn't clicking this button update the UI?"
"Which components are re-rendering too often?"
Docs
Skill guide - When and how to use each tool
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to debug frontend applications by providing direct access to browser DevTools, React state, DOM inspection, and runtime debugging capabilities. Bridges the gap between AI and complex web applications for autonomous debugging and issue resolution.Last updated1MIT
- AlicenseBqualityDmaintenanceEnables AI agents to inspect, log, and control React Native apps on Android emulators or iOS simulators, including UI tree, tap, scroll, and hot reload.Last updated229555MIT
- Alicense-qualityCmaintenanceEnables AI-assisted debugging of React applications by providing browser control, DOM inspection, network monitoring, React DevTools, and error analysis through natural language conversation.Last updated111MIT
- Alicense-qualityDmaintenanceEnables AI assistants to inspect React component trees, props, state, and source locations in Chrome, facilitating UI debugging and analysis.Last updated191Apache 2.0
Related MCP Connectors
Live browser debugging for AI assistants — DOM, console, network via MCP.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skylarbarrera/react-devtools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server