cdp-extended-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cdp-extended-mcpemulate an iPhone 14"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cdp-extended-mcp
An MCP (Model Context Protocol) server that exposes 5 powerful Chrome DevTools Protocol domains that are missing from existing tools:
Fetch — Intercept & modify HTTP requests mid-flight (mock APIs, block tracking, inject headers)
Emulation — Device simulation (iPhone/Pixel/iPad presets, geolocation, timezone, dark mode, vision deficiencies)
Accessibility — A11y tree inspection & automated auditing (missing labels, alt text, ARIA compliance)
Performance — Runtime metrics, CPU profiling, heap snapshots, Core Web Vitals
CSS — Computed styles, matched rules, font inspection, coverage tracking, live modification
38 Tools Available
Connection
Tool | Description |
| Connect to Chrome via WebSocket URL |
| List available Chrome debugging targets |
| Disconnect from Chrome |
Fetch (Request Interception)
Tool | Description |
| Enable request interception with URL patterns |
| Disable interception |
| Continue paused request with optional modifications |
| Respond with custom/mock response |
| Fail a request with an error |
| Get response body of intercepted request |
| List all paused requests |
Emulation (Device Simulation)
Tool | Description |
| Emulate iPhone, Pixel, iPad, Galaxy, Desktop |
| Custom viewport, DPR, mobile mode |
| Fake geolocation to any coordinates |
| Override timezone |
| Override locale for i18n testing |
| Override user agent string |
| Toggle dark mode |
| Toggle reduced motion |
| Simulate color blindness, blurred vision |
| Throttle CPU for low-end device simulation |
| Toggle touch emulation |
| Reset all emulation overrides |
| List available device presets |
Accessibility
Tool | Description |
| Automated a11y audit (missing labels, alt text, etc.) |
| Get full accessibility tree |
| Search a11y tree by role/name |
Performance
Tool | Description |
| Runtime performance metrics |
| Core Web Vitals with ratings |
| Start CPU profiling |
| Stop profiling, get hotspot analysis |
| Take heap memory snapshot |
CSS
Tool | Description |
| Get computed styles (optionally filtered) |
| Get all matching CSS rules |
| Background colors + font info |
| Force :hover, :focus, :active states |
| Get actual rendered fonts |
| List all media queries |
| Start CSS coverage tracking |
| Get used vs unused CSS report |
| Live-modify CSS properties |
Related MCP server: Puppeteer Debugger MCP Server
Quick Start
Install
npm install -g cdp-extended-mcpConfigure with Claude Code
Add to your Claude Code settings (~/.claude/settings.json):
{
"mcpServers": {
"cdp-extended": {
"command": "cdp-extended-mcp"
}
}
}Configure with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"cdp-extended": {
"command": "npx",
"args": ["cdp-extended-mcp"]
}
}
}Usage
Launch Chrome with debugging enabled:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222Use
discover_targetsto find available pagesUse
connect_cdpwith the WebSocket URLUse any of the 38 tools!
Works great alongside cdp-tools
This server is designed to complement the existing cdp-tools MCP server. Use cdp-tools for navigation, clicking, screenshots, and breakpoints. Use cdp-extended for the 5 domains cdp-tools doesn't cover.
Use Cases
API Mocking: Intercept fetch requests and return mock data — no backend needed
Mobile Testing: Emulate any device with one command
A11y Auditing: Find missing labels, alt text, and ARIA issues automatically
Performance Profiling: Get Core Web Vitals, CPU hotspots, and memory leaks
CSS Debugging: See exactly which rules apply, find unused CSS, check font rendering
i18n Testing: Switch timezone, locale, and language without system changes
Vision Accessibility: Test how your site looks with color blindness
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that provides tools for interacting with Chrome through its DevTools Protocol, enabling remote control of Chrome tabs to execute JavaScript, capture screenshots, monitor network traffic, and more.Last updated4753MIT
- AlicenseBqualityCmaintenanceAn MCP server based on Puppeteer and Chrome DevTools Protocol for advanced browser debugging, performance analysis, and memory detection. It enables users to inspect DOM elements, monitor console errors, capture screenshots, and perform heap snapshot analysis through persistent browser connections.Last updated10411MIT
- Alicense-qualityBmaintenanceA Chrome DevTools Protocol-based MCP server that enables AI coding assistants to control browsers for JavaScript debugging, reverse engineering, web scraping, and API debugging.Last updated9121Apache 2.0
- Alicense-qualityDmaintenanceMCP server that connects to your browser to capture screenshots, inspect console logs, network requests, and more via Chrome DevTools Protocol.Last updated42MIT
Related MCP Connectors
A paid remote MCP for AI agent browser DevTools MCP, built to return verdicts, receipts, usage logs,
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Live browser debugging for AI assistants — DOM, console, network via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MahyarNemati/cdp-extended-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server