提交

Screenshot

@faridmth

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.
概览

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

服务器配置

{
  "mcpServers": {
    "screenshotrender": {
      "command": "npx",
      "args": [
        "-y",
        "screenshotrender-mcp"
      ],
      "env": {
        "SCREENSHOTRENDER_API_KEY": "sr-your-key-here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.