★ 1 stars
TypeScript
🤖 AI/LLM
Updated 12d ago
System-wide MCP server for full Chrome DevTools Protocol debugging — breakpoints, stack traces, stepping, scope inspection, network interception, source maps. 35 tools for AI agents.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cdp-mcp-server": {
"command": "npx",
"args": [
"-y",
"jekyll-001/cdp-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cdp-mcp-server npx -y jekyll-001/cdp-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cdp-mcp-server": {
"command": "npx",
"args": [
"-y",
"jekyll-001/cdp-mcp-server"
]
}
}
}
📋 Copy