Google PageRank for AI agents. 25,000+ tools indexed.

chrome-devtools-mcp by benjaminr

#2798 of 5463 by benjaminr
28 score

An MCP Server for Chrome DevTools, following the Chrome DevTools Protocol. Integrates with Claude Desktop and Claude Code.

Ranked #2798 out of 5463 indexed tools.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 65
Freshness 5mo ago
Issue Health 25%
Stars 293
Platform Breadth 1 platform
Contributors 1
Description Good

How to Improve

Freshness high impact

Last commit was 176 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 6 open vs 2 closed issues — triaging stale issues improves health

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Badge

AgentRank score for chrome-devtools-mcp by benjaminr
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-benjaminr--chrome-devtools-mcp)](https://agentrank-ai.com/skill/glama-benjaminr--chrome-devtools-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-benjaminr--chrome-devtools-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-benjaminr--chrome-devtools-mcp" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# Chrome DevTools MCP

A Model Context Protocol (MCP) server that provides Chrome DevTools Protocol integration through MCP. This allows you to debug web applications by connecting to Chrome's developer tools.

**Available as a Claude Desktop Extension (.dxt)** for easy one-click installation!

## What This Does

This MCP server acts as a bridge between Claude and Chrome's debugging capabilities. Once installed in Claude Desktop, you can:
- Connect Claude to any web application running in Chrome
- Debug network requests, console errors, and performance issues
- Inspect JavaScript objects and execute code in the browser context
- Monitor your application in real-time through natural conversation with Claude

**Note**: This is an MCP server that runs within Claude Desktop - you don't need to run any separate servers or processes.

## Features

- **Network Monitoring**: Capture and analyse HTTP requests/responses with filtering options
- **Console Integration**: Read browser console logs,
Read full README on GitHub →