React codebase semantics for AI agents, with a VS Code visualizer you both share. Free, local.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y dendro-react-mcp
MCP client config
{
"mcpServers": {
"dendro-react": {
"command": "npx",
"args": [
"-y",
"dendro-react-mcp"
]
}
}
}