Electron Stagewright runs on your own machine — the client starts it, so there is no endpoint to ping. 290 installs a week from npm. Last commit 30 Jul 2026.
Agent-native MCP server for driving, inspecting, and asserting on real Electron desktop apps.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add core -- npx -y @electron-stagewright/core
{
"mcpServers": {
"core": {
"args": [
"-y",
"@electron-stagewright/core"
],
"command": "npx"
}
}
}
[mcp_servers.core]
command = "npx"
args = ["-y", "@electron-stagewright/core"]
{
"mcpServers": {
"core": {
"args": [
"-y",
"@electron-stagewright/core"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"core": {
"args": [
"-y",
"@electron-stagewright/core"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.