MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/Chrome DevTools MCP
Code ExecutionOfficial
C

Chrome DevTools MCP

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9k starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

Chrome DevTools for agents (chrome-devtools-mcp) lets your coding agent (such as Antigravity, Claude, Cursor or Copilot) control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis. A CLI is also provided for use without MCP. - Get performance insights: Uses [Chrome DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record traces and extract actionable performance insights. - Advanced browser debugging: Analyze network requests, take screenshots and check browser console messages (with source-mapped stack traces). - Reliable automation. Uses puppeteer to automate actions in Chrome and automatically wait for action results.

Installation

npx -y chrome-devtools-mcp@latest

Configuration

{
  "mcpServers": {
    "chrome-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@latest"
      ]
    }
  }
}

Capabilities

  • Performance tracing

    Ask your assistant to run `performance_start_trace` and `performance_stop_trace` to record and analyze page load performance insights.

  • Network debugging

    Use `list_network_requests` and `get_network_request` to inspect API calls, status codes, and response details.

  • Console monitoring

    Check `list_console_messages` and `get_console_message` for errors, warnings, and source-mapped stack traces.

  • Browser automation

    Direct your assistant to `click`, `fill`, `navigate_page`, or `take_screenshot` to interact with and capture live pages.

  • Memory analysis

    Enable memory debugging to `take_heapsnapshot` and `query_heapsnapshot_objects` for finding leaks and retained objects.

  • Lighthouse audits

    Run `lighthouse_audit` to get performance, accessibility, and SEO scores for any URL.

Tags

  • browser-automation
  • browser
  • development
  • testing-qa

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago
K

Kubeshark

Official

MCP access to cluster-wide L4 and L7 network traffic, packets, APIs, and complete payloads.

12.1kCode ExecutionUpdated 1 day ago