search & data extraction

Mcp Page Capture

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

typescript
local
search & data extraction
0
View on GitHub

Installation

npx -y chasesaurabh/mcp-page-capture

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

chasesaurabh/mcp-page-capture

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

GitHub: https://github.com/chasesaurabh/mcp-page-capture

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub