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
{
"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