MCP Server — Screenshot Tool
for AI Agents
Connect Claude, ChatGPT, or any MCP-compatible AI agent to take screenshots via our API. One config line — your agent can see any website.
Three Steps to Get Started
Get API Key
Register at FastScreenshotAPI — free, 200 screenshots/month included.
Add to MCP Config
One JSON block in your AI agent’s settings. Copy, paste, done.
Use in Conversation
“Take a screenshot of example.com” — the agent calls our tool automatically.
Add to your MCP config
{
"mcpServers": {
"fastscreenshot": {
"url": "https://api.fastscreenshotapi.com/v1/mcp",
"headers": {
"X-Api-Key": "fsa_your_api_key_here"
}
}
}
}Replace fsa_your_api_key_here with your actual API key from the dashboard.
Available Tools
take_screenshotCapture any URL or HTML as an image. Supports full-page, mobile, cookie banner removal, dark mode.
"Take a screenshot of https://example.com in mobile view"
batch_screenshotsCapture multiple URLs at once. Returns job IDs for async polling.
"Take screenshots of these 10 competitor websites"
check_job_statusCheck if an async screenshot is ready.
"Is job_abc123 done yet?"
get_usageCheck how many screenshots you’ve used this month.
"How many screenshots do I have left?"
Compatible With
MCP uses the same API quota as direct API calls. Free tier: 200 screenshots/month. See pricing plans
Technical Details
Ready to give your AI agent vision?
Get a free API key and start capturing screenshots in under a minute.
Get Free API Key