π Electron Debug MCP Server
About
π A powerful MCP server for debugging Electron applications with deep Chrome DevTools Protocol integration. Control, monitor, and debug Electron apps through a standardized API.
Details
- Author
- amafjarkasi
- GitHub stars
- 76
- Downloads
- 424
- Categories
- Other, Developer Tools
Jump to
- Start and stop Electron applications with debugging enabled
- List and monitor all active Electron processes
- Discover and connect to debugging targets via CDP
- Execute CDP commands across domains (e.g., Page, Runtime, Debugger)
- Evaluate JavaScript in page context
- Reload pages or entire applications, pause/resume JavaScript execution
Clone the repository, install dependencies with npm install, build with npm run build, then start the server using npm run start. Connect via stdio using an MCP client library or tool.
π Electron Debug MCP Server
A powerful Model Context Protocol (MCP) server for debugging Electron applications with deep Chrome DevTools Protocol integration.
π Table of Contents
- Overview
- Features
- Installation
- Usage
- Resource Endpoints
- Chrome DevTools Protocol Integration
- Examples
- Development
- Contributing
- License
π Overview
Electron Debug MCP Server provides a bridge between the Model Context Protocol (MCP) and Electron applications, enabling advanced debugging capabilities through a standardized API. It allows you to start, monitor, debug, and control Electron applications programmatically, with deep integration with Chrome DevTools Protocol for advanced debugging features.
β¨ Features
π Core Functionality
- Process Management
- π Start Electron applications with debugging enabled
- π Stop running Electron processes
- π List all active Electron processes
- π Monitor process status and logs
π Debugging Capabilities
- Chrome DevTools Protocol Integration
- π― Discover and connect to debugging targets
- π§© Execute CDP commands across domains
- π Evaluate JavaScript in the context of pages
- π Reload pages or entire applications
- β―οΈ Pause and resume JavaScript execution
π‘ Resource Access
- Structured Resource Endpoints
- π Overview of all running Electron processes
- π Detailed debug information for specific processes
- π Access to process logs
- π― List of available debugging targets
- π Direct CDP access for specific targets
π₯ Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





