DevTools Debugger

by scriptedalchemy · AI & ML · mcp-server, typescript, api

Provides full Chrome DevTools Protocol debugging capabilities for Node.js applications with breakpoint management, stepping controls, call stack inspection, variable evaluation, and console output capture through a clean API interface.

This MCP server provides full Chrome DevTools Protocol debugging capabilities for Node.js applications, built by ScriptedAlchemy with comprehensive breakpoint management, stepping controls, call stack inspection, and variable evaluation. The implementation features advanced debugging tools including conditional breakpoints, logpoints, exception handling, scope analysis with object property inspection, and frame restart capabilities, all accessible through a clean API that supports both text and JSON output formats. Built with TypeScript and chrome-remote-interface, it includes robust pause state management with unique pause IDs, console output capture, script source retrieval, and blackbox pattern support, making it ideal for AI-assisted debugging workflows, automated testing scenarios, and development tools that need programmatic access to Node.js runtime inspection without manual DevTools interaction.

Source: https://github.com/scriptedalchemy/devtools-debugger-mcp

Install

git clone https://github.com/scriptedalchemy/devtools-debugger-mcp

Tags: mcp-server, typescript, api

341 GitHub stars · Source: pulsemcp

About AI & ML MCP servers and Claude skills

AI & ML MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.

DevTools Debugger is one of hundreds of AI & ML entries indexed on Skiln. Browse the full AI & ML category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.

Related AI & ML MCPs and skills

  • Trello by delorenj

    Enables Trello board interactions for task and project management using the Trello REST API.

  • Perplexity Research Assistant by dainfernalcoder

    Integrates with Perplexity Sonar Pro API to provide real-time research assistance for developers, enabling efficient documentation retrieval, API discovery, and code analysis

  • Revit by mcp-servers-for-revit

    Enables AI interaction with Autodesk Revit models through a Node.js server that provides tools for creating, modifying, and deleting BIM objects in architectural design workflows.

  • X (Twitter) by enescinr

    Interact with X (Twitter) by posting tweets and searching for tweets through the X API.

  • Monday.com by mondaycom

    Integrates with monday.com API to enable direct access to boards, workflows, and data for automating tasks and managing resources without context switching.

  • Airbnb by openbnb-org

    Integrates with Airbnb to enable vacation rental search and detailed property information retrieval without requiring API keys

  • Baidu Maps by baidu-maps

    Integrates with Baidu Maps API for location-based operations including geocoding, route planning, and location search within the Baidu Maps ecosystem.

  • Meta Ads API by pipeboard-co

    Provides a bridge to Facebook's Marketing API for analyzing ad campaigns, reviewing creatives, and monitoring metrics through secure OAuth authentication

Frequently asked questions

How do I install DevTools Debugger?

Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.

Which clients support DevTools Debugger?

Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.

Is DevTools Debugger free?

The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.