Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Devtools Mcp

    A MCP server that provides Chrome DevTools Protocol access to LLMs

    24 stars
    TypeScript
    Updated Nov 3, 2025

    Documentation

    devtools-mcp

    A MCP server that provides Chrome DevTools Protocol access to LLMs.

    • Execute any CDP command through the cdp_command tool
    • Automatic binary data handling - large responses (screenshots, PDFs) are saved to files

    Setup

    1. Start Chrome with remote debugging:

    bash
    /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
      --remote-debugging-port=9222 \
      --remote-debugging-address=127.0.0.1 \
      --user-data-dir=/tmp/chrome-debug \
      --no-first-run \
      --disable-default-apps

    2. Install dependencies:

    bash
    npm install

    3. Add as local MCP server. E.g. with Claude Code:

    bash
    claude mcp add devtools-server -- npx tsx ~/projects/devtools-mcp/src/index.ts

    Usage

    The server exposes a single cdp_command tool that accepts:

    • method: Any CDP command (e.g., "Page.navigate", "Runtime.evaluate")
    • params: JSON string of command parameters (optional)

    Binary data (screenshots, etc.) is automatically saved to ./cdp-output/ with file path references returned instead of raw data.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • AS

      Ashra Mcp

      TypeScript·
      42
    • MC

      Mcp Browser Kit

      TypeScript·
      36

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Open Library

      TypeScript·
      42
    • ME

      Metmuseum Mcp

      TypeScript·
      14
    • AS

      Ashra Mcp

      TypeScript·
      42
    • MC

      Mcp Browser Kit

      TypeScript·
      36

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k