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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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