Stats
Actions
Tags
From rn-dev-agent
Runs a local Node.js process that bridges Claude to CDP (Chrome DevTools Protocol) for deployment-related automation and browser debugging capabilities.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cdp": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/cdp-bridge/dist/supervisor.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub lykhoyda/rn-dev-agent --plugin rn-dev-agent