loading…
Search for a command to run...
loading…
Provides AI agents with visibility into React applications by exposing tools to inspect component state, props, and performance metrics. It enables debugging an
Provides AI agents with visibility into React applications by exposing tools to inspect component state, props, and performance metrics. It enables debugging and state analysis for both web and React Native applications through the Model Context Protocol.
Give AI agents eyes into your React app.
.mcp.json:
{
"mcpServers": {
"react-devtools": {
"command": "npx",
"args": ["react-devtools-bridge"]
}
}
}
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.
Teach Claude when to use these tools:
npx add-skill skylarbarrera/react-devtools-mcp
Or manually:
cp node_modules/react-devtools-bridge/SKILL.md ~/.claude/skills/react-devtools/SKILL.md
With your React app running, ask Claude things like:
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"react-devtools-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also