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-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.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides comprehensive Electron application automation, debugging, and observability capabilities through Chrome DevTools Protocol integration.Last updated415770MIT
- Alicense-qualityDmaintenanceEnables Electron app automation via Chrome DevTools Protocol (CDP), allowing MCP clients like Cursor or Claude Desktop to interact with Electron apps.Last updated3MIT
- Alicense-qualityAmaintenanceEnables debugging of Electron applications through the Model Context Protocol, with deep integration of Chrome DevTools Protocol for process management and advanced debugging capabilities.Last updated80ISC
- Alicense-qualityDmaintenanceEmbedded MCP server for Electron apps that exposes BrowserWindow surfaces and lets MCP clients drive renderers through Chrome DevTools Protocol.Last updated25MIT
Related MCP Connectors
MCP server for understanding Javascript internals from ECMAScript specification.
MCP server for interacting with the Supabase platform
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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