Model Context Protocol

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

01

Get API Key

Register at FastScreenshotAPI — free, 200 screenshots/month included.

02

Add to MCP Config

One JSON block in your AI agent’s settings. Copy, paste, done.

03

Use in Conversation

“Take a screenshot of example.com” — the agent calls our tool automatically.

Add to your MCP config

mcp.json
{
  "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_screenshot

Capture 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_screenshots

Capture multiple URLs at once. Returns job IDs for async polling.

"Take screenshots of these 10 competitor websites"

check_job_status

Check if an async screenshot is ready.

"Is job_abc123 done yet?"

get_usage

Check how many screenshots you’ve used this month.

"How many screenshots do I have left?"

Compatible With

Claude (Anthropic)Claude Code, Claude DesktopCursorWindsurfAny MCP-compatible AI agent

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