Puppeteer Vision
Freeby MCP Community
MCP Server for scraping webpages and converting to markdown
v0.3.0Added Apr 12, 2026
mcppuppeteerweb-scrapermarkdown
Puppeteer Vision MCP Server
MCP Server for scraping webpages and converting to markdown
Installation
npx -y puppeteer-vision-mcp-server
Reviews
Installation
Quick install
npx -y puppeteer-vision-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"puppeteer-vision": {
"command": "npx",
"args": ["-y", "puppeteer-vision-mcp-server"]
}
}
}