Chrome DevTools MCP
Framework (OSS)LIVEby Google
Google's official MCP server exposing Chrome DevTools to LLM agents: performance traces, network inspection, and DOM control. Debug-grade page access that ordinary automation APIs don't surface. Best used as a power tool alongside a primary runner.
- Provider
- Type
- Framework (OSS)
- Added
- Sep 2025
- Interface
- Session-level (CDP)
- Trust tier
- restricted
- Egress
- Banana Peel egress guard
- Evidence
- partial
- Max session
- 60 min
- Regions
- US, EU, CA
- Pricing
- license free (Apache-2.0)compute operator-paid
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
0.6%
Traffic share
41.8%
Success
6s
Median duration
Free · OSS
List price
—
p95 first action
Success rate over time
Traffic share over time
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| oss | Free (self-hosted) | $0.02 | — |
| license | free (Apache-2.0) | — | — |
| compute | operator-paid | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Framework (OSS) runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extractiongap
Vision-basedgap
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessionsgap
Human-in-the-loop
Full evidence
Storage captureextra
Code sample
Pin this runner via routing: "chrome-devtools-mcp"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "chrome-devtools-mcp"
}'