Skip to main content
Browser AutomationTypeScript

softvoyagers/pageshot-api

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

browser-automationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/softvoyagers/pageshot-api

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Browser Automation
Language
TypeScript
Author
softvoyagers