SnapStack Server
Rank #63,176io.github.bgaze/snapstack-server
Local always-on server for SnapStack: browser capture intake + MCP over 127.0.0.1.
SnapStack Server is a Model Context Protocol (MCP) server published by bgaze. It ranks #63,176 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. SnapStack Server is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 1 tracked version. It was first listed on Jun 8, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 68,870 of 132,046 servers on MCP Toplist.
Use SnapStack Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add snapstack-server -- npx -y snapstack-server mcp[mcp_servers.snapstack-server]
command = "npx"
args = ["-y", "snapstack-server", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"snapstack-server": {
"command": "npx",
"args": [
"-y",
"snapstack-server",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"snapstack-server": {
"command": "npx",
"args": [
"-y",
"snapstack-server",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"snapstack-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"snapstack-server",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"snapstack-server": {
"command": "npx",
"args": [
"-y",
"snapstack-server",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"snapstack-server": {
"command": "npx",
"args": [
"-y",
"snapstack-server",
"mcp"
]
}
}
}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.bgaze%2Fsnapstack-server)<a href="https://mcptoplist.com/server/io.github.bgaze%2Fsnapstack-server"><img src="https://mcptoplist.com/badge/io.github.bgaze%2Fsnapstack-server.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
bgaze
Available versions (1)
| Version | Published |
|---|---|
| 1.2.3 | Jun 9, 2026 |
Frequently asked questions
- Who maintains SnapStack Server?
- SnapStack Server is maintained by bgaze, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SnapStack Server listed on the Official MCP Registry?
- Yes — SnapStack Server is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does SnapStack Server have?
- MCP Toplist tracks 1 version of SnapStack Server, most recently published on Jun 9, 2026.
- Where can I find the source code for SnapStack Server?
- The source code for SnapStack Server is hosted at github.com/bgaze/snapstack-server.
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.