Screenshot
@faridmth
Screenshot について
screenshotrender mcp
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"screenshotrender": {
"command": "npx",
"args": [
"-y",
"screenshotrender-mcp"
],
"env": {
"SCREENSHOTRENDER_API_KEY": "sr-your-key-here"
}
}
}
}ツール
1Capture a screenshot of any public website using ScreenshotRender. Returns the rendered image inline plus a hosted URL and basic page metadata (title, description). Use this whenever the user wants to see, save, or share what a web page looks like.
概要
What is Screenshot?
Screenshot is an MCP server that captures website screenshots from inside AI coding assistants like Claude, Cursor, VS Code, and Windsurf. It wraps the ScreenshotRender API, allowing any public web page to be rendered on request and returning the image inline plus a hosted URL and page metadata.
How to use Screenshot?
Get an API key from screenshotrender.com (begins with sr-), then add the server to your MCP client config. For Claude Desktop, edit claude_desktop_config.json with the npx command and set the SCREENSHOTRENDER_API_KEY environment variable. Once configured, the take_screenshot tool becomes available—simply ask your assistant to take a screenshot.
Key features of Screenshot
- Single tool
take_screenshotfor capturing any public URL. - Optional
fullPageparameter to capture entire scrollable page. - Optional
waitparameter for animations or lazy content. - Optional
timeoutparameter for maximum load wait. - Returns inline image, hosted URL, and page title/description metadata.
Use cases of Screenshot
- Ask an AI assistant to “Take a full-page screenshot of stripe.com” and see the image appear in the chat.
- Capture a viewport screenshot of a website for quick visual reference.
- Automate website previews within a development workflow inside Cursor or VS Code.
- Verify page rendering or layout during code review sessions.
FAQ from Screenshot
What API key do I need?
You need a ScreenshotRender API key (starts with sr-). Get it at screenshotrender.com.
How do I configure Screenshot in my editor?
Add the server block to your MCP client config (e.g., claude_desktop_config.json for Claude Desktop, or mcp.json for Cursor/VS Code/Windsurf) with command: "npx", args: ["-y", "screenshotrender-mcp"], and the SCREENSHOTRENDER_API_KEY environment variable.
What parameters does the take_screenshot tool support?
It supports url (required, include https://), fullPage (boolean, optional), wait (milliseconds, optional), and timeout (milliseconds, optional).
Can I test Screenshot locally?
Yes. Run npm install, then SCREENSHOTRENDER_API_KEY=sr-your-key npm run inspect to open the MCP Inspector and call take_screenshot before shipping.
Are there any optional environment variables?
Yes, SCREENSHOTRENDER_BASE_URL can override the default API base URL (defaults to https://screenshotrender.com).
「ブラウザ自動化」の他のコンテンツ
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
playwright-server MCP server
blackwhite084App Store Scraper MCP Server
appreply-coThis is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store – perfect for ASO.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Browser Control MCP
eyalzhMCP server paired with a browser extension that enables AI agents to control the user's browser.
コメント