Chrome DevTools
Drive Chrome through DevTools for web automation, debugging, and performance analysis.
Add Chrome DevTools to your agent
Pick your host and paste the config snippet. Replace placeholder tokens and paths before connecting to production data.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}
Add this block under mcpServers, then restart Cursor.