electric-cherry
Provides tools for discovering Electron apps, connecting to renderer and main processes, automating renderer via CSS selectors, managing breakpoints, stepping, call stack, evaluating JavaScript in both processes, capturing network requests, and taking screenshots.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@electric-cherryconnect to my Electron app and list all network requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Electric Cherry MCP
Electron debugging MCP server for both processes:
Renderer process via Chrome DevTools Protocol (CDP)
Main process via V8 Inspector Protocol
Features
Electron app discovery + launch command generation (
electron_setup)Dual connect to renderer + main process (
electron_connect)Chrome/Electron connection management (
chrome,target, connection switching)Renderer automation by CSS selector (
query_elements,click_element,fill_element,navigate)JavaScript debugger controls (breakpoints, stepping, call stack, evaluation)
Network capture and filtering
Renderer screenshot + evaluation
Main-process evaluation via V8 Inspector
Related MCP server: Electron Native MCP Server
Requirements
Node.js 20+
macOS (for
electron_setupapp discovery in/Applications)
Install
npm install
npm run buildRun
node build/src/index.jsConfigure as MCP server
{
"mcpServers": {
"electric-cherry": {
"command": "node",
"args": ["/absolute/path/to/electric-cherry/build/src/index.js"]
}
}
}Development
npm run dev
npm run build
npm testTool Groups (30 total)
Electron:
electron_setup,electron_connectChrome connection:
chrome,chrome_list_connections,chrome_switch_connection,chrome_disconnect,targetDOM:
query_elements,click_element,fill_element,navigate,get_console_logsRenderer:
take_screenshot,renderer_evaluateV8:
v8_connect,v8_evaluate,v8_disconnect,v8_list_connectionsNetwork:
enable_network,get_network_requests,clear_network_requestsDebugger:
enable_debug_tools,breakpoint,step,execution,call_stack,evaluate,pause_on_exceptionsTool visibility:
hide_tools,show_tools
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brandon-fryslie/electric-cherry'
If you have feedback or need assistance with the MCP directory API, please join our Discord server