Skip to main content
Search & Data ExtractionTypeScript

ananddtyagi/webpage-screenshot-mcp

A MCP server for taking screenshots of webpages to use as feedback during UI developement.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/ananddtyagi/webpage-screenshot-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "webpage-screenshot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ananddtyagi/webpage-screenshot-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
ananddtyagi