MCP.so
登录

🚀 Electron Debug MCP Server

@amafjarkasi

关于 🚀 Electron Debug MCP Server

🚀 A powerful MCP server for debugging Electron applications with deep Chrome DevTools Protocol integration. Control, monitor, and debug Electron apps through a standardized API.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

amafjarkasi

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Electron Debug MCP Server?

A Model Context Protocol (MCP) server that bridges MCP and Electron applications, enabling advanced debugging capabilities through the Chrome DevTools Protocol (CDP). It allows developers to start, monitor, debug, and control Electron apps programmatically.

How to use Electron Debug MCP Server?

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.

Key features of Electron Debug MCP Server

  • 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

Use cases of Electron Debug MCP Server

  • Automating Electron app debugging in CI/CD pipelines
  • Remotely inspecting and controlling Electron windows during development
  • Performing dynamic JavaScript evaluation and reloading in Electron apps
  • Integrating Electron debugging into MCP‑based tools and workflows

FAQ from Electron Debug MCP Server

What is the Electron Debug MCP Server?

It is an MCP server that provides a bridge between the Model Context Protocol and Electron applications, integrating Chrome DevTools Protocol for advanced debugging.

How do I install and start the server?

Clone the repository, run npm install, then npm run build. Start the server with npm run start.

How do I connect to the server?

The server uses stdio for communication. Clients connect using the Model Context Protocol via an MCP client library, stdin/stdout, or a tool that supports MCP.

What operations are available?

Operations include start, stop, list, reload, evaluate, pause, and resume. They are accessed via the electron://operation/{operation} resource endpoint.

What resources does the server expose?

Resources include electron://info (overview), electron://process/{id} (process details), electron://logs/{id} (process logs), electron://targets (debug targets), and electron://cdp/{processId}/{targetId} (CDP access).

评论

其他 分类下的更多 MCP 服务器