Skip to main content
Search & Data ExtractionTypeScript

chasesaurabh/mcp-page-capture

MCP server that captures webpage screenshots, with viewport or full-page options and base64 PNG output.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/chasesaurabh/mcp-page-capture

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-page-capture": {
      "command": "npx",
      "args": [
        "-y",
        "chasesaurabh/mcp-page-capture"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
chasesaurabh