Skip to content
Cursor

screenshotrender mcp for Cursor

io.github.faridmth/screenshotrender-mcp

Capture website screenshots from any MCP client via the ScreenshotRender API.

client:Cursor transport:stdio runtime:npm

Install screenshotrender mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "screenshotrender-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "screenshotrender-mcp"
      ],
      "env": {
        "SCREENSHOTRENDER_API_KEY": "<SCREENSHOTRENDER_API_KEY>"
      }
    }
  }
}

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

screenshotrender mcp in other clients