Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
Chrome DevTools for coding agents
AI summary
Auto-generated overview of what this skill does and when to reach for it.
This project enables AI coding agents to control and inspect a live Chrome browser using the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.
$ npx skillcity@latest ChromeDevTools/chrome-devtools-mcpAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y chrome-devtools-mcp
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"chrome-devtools-mcp": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp"
]
}
}
}Loading README…