snapstack server for Claude Desktop
io.github.bgaze/snapstack-server
Local always-on server for SnapStack: browser capture intake + MCP over 127.0.0.1.
client:Claude Desktop
transport:stdio
runtime:npm
Install snapstack server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"snapstack-server": {
"command": "npx",
"args": [
"-y",
"snapstack-server"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs