com.apiscreenshot/screenshot
Official1 toolAPIScreenshot
Screenshot any URL or HTML as PNG/JPEG/WebP from your AI agent. Full-page, clean, no install.
Capture screenshots of any URL or HTML as PNG, JPEG, or WebP full-page images.
Captured live from the server via tools/list.
take_screenshot
Capture a screenshot of a live website (by URL) or of inline HTML and return it as an image. Provide exactly one of `url` or `html`. Supports full-page capture, PNG/JPEG/WebP output, a custom viewport, and capturing a single element by CSS selector. Requires an API key (Authorization: Bearer) — get one at https://apiscreenshot.com.
Parameters (6)
- urlstring
Absolute http(s) URL of the page to capture. Provide EXACTLY ONE of `url` or `html`.
- htmlstring
Inline HTML to render and capture instead of navigating to a URL. Provide EXACTLY ONE of `url` or `html`.
- fullPageboolean
Capture the full scrollable page instead of just the viewport. Default false.
- formatstring
Output image format: 'png' (default, lossless), 'jpeg' or 'webp'.
- viewportobject
Browser viewport to render at.
- selectorstring
CSS selector — capture just the first matching element instead of the page.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"screenshot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apiscreenshot.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.