Server data from the Official MCP Registry
Capture website screenshots from any MCP client via the ScreenshotRender API.
Capture website screenshots from any MCP client via the ScreenshotRender API.
This is a well-structured MCP server with proper authentication, clean code, and permissions that match its purpose. The API key is correctly sourced from environment variables, input validation is present, and there are no dangerous patterns. Minor code quality observations do not affect the security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
3 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SCREENSHOTRENDER_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-faridmth-screenshotrender-mcp": {
"env": {
"SCREENSHOTRENDER_API_KEY": "your-screenshotrender-api-key-here"
},
"args": [
"-y",
"screenshotrender-mcp"
],
"command": "npx"
}
}
}From the project's GitHub 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.
| 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):
{
"mcpServers": {
"screenshotrender": {
"command": "npx",
"args": ["-y", "screenshotrender-mcp"],
"env": {
"SCREENSHOTRENDER_API_KEY": "sr-your-key-here"
}
}
}
}
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. |
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.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.