Skip to content
VS Code

Snapgrab for VS Code

io.github.arknill/snapgrab

URL to screenshot with metadata. Python MCP server. Claude Vision optimized.

client:VS Code transport:stdio runtime:pypi

Install Snapgrab in VS Code

.vscode/mcp.json

{
  "servers": {
    "snapgrab": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "snapgrab"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Snapgrab in other clients