← Back to Plugins
MCP Server MCP

net.shotbot/shotbot-mcp

MCP Registry publisher By MCP Registry publisher 👁 4 views ▲ 0 votes

Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.

Verified source

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "shotbot-mcp",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Shotbot API key (12 characters). Get a free one at https://www.shotbot.net/screenshot-api-key/",
          "isRequired": true,
          "isSecret": true,
          "name": "SHOTBOT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...