Back to MCP Servers

Pageshot Api

Free webpage screenshot capture API with format, viewport, and dark mode options. No API key required.

browser-automationapi

Installation

npx -y pageshot-api

Configuration

{
  "mcpServers": {
    "pageshot-api": {
      "command": "npx",
      "args": ["-y", "pageshot-api"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub