PluginBench
MCP Server

io.github.therealMrFunGuy/screenshot-api MCP Server

io.github.therealMrFunGuy/screenshot-api

What is the io.github.therealMrFunGuy/screenshot-api MCP server?

Website screenshots as PNG, JPEG, or PDF with custom viewports and full-page capture.

How to install io.github.therealMrFunGuy/screenshot-api

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • X-API-Key

    API key from https://auth.rjctdlabs.xyz/dashboard

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "screenshot-api": {
      "url": "https://api.rjctdlabs.xyz/sse"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "screenshot-api": {
      "serverUrl": "https://api.rjctdlabs.xyz/sse"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "screenshot-api": {
      "type": "http",
      "url": "https://api.rjctdlabs.xyz/sse"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "screenshot-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.rjctdlabs.xyz/sse"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse screenshot-api https://api.rjctdlabs.xyz/sse

Related MCP servers

Auto-generate changelogs from GitHub PRs with AI-powered categorization and rewriting.

Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts.

Real-time cryptocurrency prices, market data, and trending coins via CoinGecko.

Turn any website into an RSS, Atom, or JSON feed using CSS selectors and scheduled polling.

GitHub repo analytics, trending repos, contributor stats, and language breakdowns.

PDF invoicing with auto-chase reminders, email delivery, and payment tracking.

io.github.therealMrFunGuy/screenshot-api MCP Server | PluginBench