Capture website screenshots from any MCP client via the ScreenshotRender API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
| 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.sr-).Edit claude_desktop_config.json (Settings β Developer β Edit Config):
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.
| 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. |
The Inspector lets you call take_screenshot and view the result before
shipping.
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/screenshotrender-mcp)<a href="https://allmcps.com/mcp/screenshotrender-mcp"><img src="https://allmcps.com/api/badge/screenshotrender-mcp?style=directory" alt="Screenshotrender MCP on AllMCPs" /></a>