Command Palette

Search for a command to run...

UnylyUnyly
Browse all

ScreenshotRender

FreeNot checked

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

GitHubEmbed

About

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

README

Capture website screenshots from inside Claude, Cursor, VS Code, Windsurf, or any Model Context Protocol client. This server wraps the ScreenshotRender API so your AI assistant can render any public web page on request.

Ask your assistant: "Take a full-page screenshot of stripe.com" and the image appears right in the chat.

Tools

Tool Description
take_screenshot Capture a screenshot of any public URL. Returns the image inline plus a hosted URL and page metadata (title, description).

Parameters

  • url (string, required) — page to capture, including https://.
  • fullPage (boolean, optional) — capture the entire scrollable page instead of the viewport.
  • wait (number, optional) — milliseconds to wait before capturing (for animations / lazy content).
  • timeout (number, optional) — max milliseconds to wait for load.

Setup

  1. Get your API key at screenshotrender.com (it starts with sr-).
  2. Add the server to your MCP client config.

Claude Desktop

Edit claude_desktop_config.json (Settings → Developer → Edit Config):

{
  "mcpServers": {
    "screenshotrender": {
      "command": "npx",
      "args": ["-y", "screenshotrender-mcp"],
      "env": {
        "SCREENSHOTRENDER_API_KEY": "sr-your-key-here"
      }
    }
  }
}

Cursor / VS Code / Windsurf

Add the same block under the editor's MCP settings (mcp.json or the MCP settings UI). Restart the client and the take_screenshot tool will be available.

Environment variables

Variable Required Description
SCREENSHOTRENDER_API_KEY yes Your ScreenshotRender key (sr-...).
SCREENSHOTRENDER_BASE_URL no Override the API base URL. Defaults to https://screenshotrender.com.

Local development

npm install
SCREENSHOTRENDER_API_KEY=sr-your-key npm run inspect   # opens MCP Inspector

The Inspector lets you call take_screenshot and view the result before shipping.

License

MIT

from github.com/faridmth/screenshotrender-mcp

Install ScreenshotRender in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install screenshotrender

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add screenshotrender -- npx -y screenshotrender-mcp

Step-by-step: how to install ScreenshotRender

FAQ

Is ScreenshotRender MCP free?

Yes, ScreenshotRender MCP is free — one-click install via Unyly at no cost.

Does ScreenshotRender need an API key?

No, ScreenshotRender runs without API keys or environment variables.

Is ScreenshotRender hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install ScreenshotRender in Claude Desktop, Claude Code or Cursor?

Open ScreenshotRender on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare ScreenshotRender with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs