Loading MCP server directory, please wait...
Capture website screenshots from any MCP client via the ScreenshotRender API.
npx @getmcp/cli add io.github.faridmth/screenshotrender-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SCREENSHOTRENDER_API_KEYYour ScreenshotRender API key (starts with sr-). Get one at https://screenshotrender.com.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.faridmth/screenshotrender-mcp": {
"command": "npx",
"args": [
"-y",
"screenshotrender-mcp"
],
"env": {
"SCREENSHOTRENDER_API_KEY": ""
}
}
}
}