Skip to content
Claude Desktop

screenshotrender mcp for Claude Desktop

io.github.faridmth/screenshotrender-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install screenshotrender mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

screenshotrender mcp in other clients