Skip to content
Cursor

PageShot MCP for Cursor

io.github.dpozimski/pageshot-mcp

Capture webpage screenshots with format, viewport, and dark mode options

client:Cursor transport:stdio runtime:npm

Install PageShot MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pageshot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pageshot-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PageShot MCP in other clients