Electron MCP Server
未申請MCP server that lets AI assistants automate, debug and screenshot any Electron app over the Chrome DevTools Protocol — no app changes required.
インストール
npx -y electron-mcp-server未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.