Electron Stagewright runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from npm. Last commit 30 Jul 2026.
Agent-native MCP server for driving, inspecting, and asserting on real Electron desktop apps.
We read the source, 23 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const run = deps.execFile ?? (async (path, args, options) => execFile(path, args, options))
Object.entries(process.env).filter(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.
MCP server for agent-driven React Native and Expo development and mobile testing
MCP server for React Native/Expo runtime debugging, inspection, and automation via Metro/CDP
Decixa MCP Server — intent-driven API discovery and selection for AI agents.
MCP server for JWT decoding and inspection
MCP server giving a coding agent a build→see→interact→debug loop over native GUI apps.
MCP server for inspecting and automating Java Swing applications.
MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps
Answers built from our own checks of this server.