Back to MCP Servers
Webpage Screenshot
A MCP server for taking screenshots of webpages to use as feedback during UI developement.
search-data-extraction
By ananddtyagi
Installation
npx -y webpage-screenshot-mcpConfiguration
{
"mcpServers": {
"webpage-screenshot-mcp": {
"command": "npx",
"args": ["-y", "webpage-screenshot-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes