Screenshot

Created By
faridmth2 months ago
Capture website screenshots from any MCP client via the ScreenshotRender API. Returns the image inline plus a hosted URL and page metadata. Bring your own ScreenshotRender API key.
Overview

ScreenshotRender MCP

Take screenshots of any public website directly from Claude, Cursor, VS Code, Windsurf, or any MCP client. ScreenshotRender renders the page and returns the image inline, plus a hosted URL and page metadata (title, description).

Tool

  • take_screenshot — capture a URL. Supports fullPage, wait (ms before capture), and timeout.

Setup

  1. Get an API key at https://screenshotrender.com (starts with sr-).
  2. Add to your MCP client config:
{
  "mcpServers": {
    "screenshotrender": {
      "command": "npx",
      "args": ["-y", "screenshotrender-mcp"],
      "env": { "SCREENSHOTRENDER_API_KEY": "sr-your-key-here" }
    }
  }
}

Server Config

{
  "mcpServers": {
    "screenshotrender": {
      "command": "npx",
      "args": [
        "-y",
        "screenshotrender-mcp"
      ],
      "env": {
        "SCREENSHOTRENDER_API_KEY": "sr-your-key-here"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
faridmth
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago