Electron MCP Server
UnclaimedMCP server that lets AI assistants automate, debug and screenshot any Electron app over the Chrome DevTools Protocol — no app changes required.
Install
npx -y electron-mcp-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (18)
build_electron_app
Build Electron applications for distribution.
click_button
Click buttons by CSS selector (basic method)
click_by_text
Click elements by their visible text, aria-label, or title (more reliable than selectors)
close_electron_app
Gracefully close the Electron application.
console_log
Send console messages
eval
Execute custom JavaScript code
fill_input
Fill input fields by selector, placeholder text, or associated label text
find_elements
Analyze all interactive UI elements with their properties and positions
get_body_text
Extract visible text content
get_electron_window_info
Get comprehensive window and target information via Chrome DevTools Protocol.
get_page_structure
Get organized overview of all page elements (buttons, inputs, selects, links)
get_title
Get document title
get_url
Get current URL
launch_electron_app
Launch an Electron application with debugging capabilities.
read_electron_logs
Stream application logs from main process, renderer, and console.
select_option
Select dropdown options by value or visible text
send_command_to_electron
Execute JavaScript commands in the running Electron application via WebSocket.
take_screenshot
Capture high-quality screenshots using Playwright and Chrome DevTools Protocol.