Skip to content
Cline

snapstack server for Cline

io.github.bgaze/snapstack-server

Local always-on server for SnapStack: browser capture intake + MCP over 127.0.0.1.

client:Cline transport:stdio runtime:npm

Install snapstack server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "snapstack-server": {
      "command": "npx",
      "args": [
        "-y",
        "snapstack-server"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

snapstack server in other clients