ananddtyagi/webpage-screenshot-mcp
A MCP server for taking screenshots of webpages to use as feedback during UI developement.
Quick Start
Clone the repository:
git clone https://github.com/ananddtyagi/webpage-screenshot-mcpClaude 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.