Back to MCP Servers
Page Capture
MCP server that captures webpage screenshots, with viewport or full-page options and base64 PNG output.
search-data-extraction
By chasesaurabh
Installation
npx -y mcp-page-captureConfiguration
{
"mcpServers": {
"mcp-page-capture": {
"command": "npx",
"args": ["-y", "mcp-page-capture"]
}
}
}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