Electron Stagewright
Rank #5,525io.github.electron-stagewright/core
Agent-native MCP server for driving, inspecting, and asserting on real Electron desktop apps.
Electron Stagewright is a Model Context Protocol (MCP) server published by electron-stagewright. It ranks #5,525 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Electron Stagewright is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jun 23, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 126,521 of 132,046 servers on MCP Toplist.
Use Electron Stagewright
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add core -- npx -y @electron-stagewright/core[mcp_servers.core]
command = "npx"
args = ["-y", "@electron-stagewright/core"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"@electron-stagewright/core"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"@electron-stagewright/core"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@electron-stagewright/core"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"@electron-stagewright/core"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"core": {
"command": "npx",
"args": [
"-y",
"@electron-stagewright/core"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.electron-stagewright%2Fcore)<a href="https://mcptoplist.com/server/io.github.electron-stagewright%2Fcore"><img src="https://mcptoplist.com/badge/io.github.electron-stagewright%2Fcore.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
electron-stagewright
Available versions (6)
| Version | Published |
|---|---|
| 0.5.0 | Jul 29, 2026 |
| 0.4.1 | Jul 15, 2026 |
| 0.4.0 | Jul 15, 2026 |
| 0.3.0 | Jul 14, 2026 |
| 0.2.0 | Jul 6, 2026 |
| 0.1.2 | Jun 25, 2026 |
Frequently asked questions
- Who maintains Electron Stagewright?
- Electron Stagewright is maintained by electron-stagewright, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Electron Stagewright listed on the Official MCP Registry?
- Yes — Electron Stagewright is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Electron Stagewright have?
- MCP Toplist tracks 6 versions of Electron Stagewright, most recently published on Jul 29, 2026.
- Where can I find the source code for Electron Stagewright?
- The source code for Electron Stagewright is hosted at github.com/electron-stagewright/electron-stagewright.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.