Skip to content

Puppeteer Vision

Free

by MCP Community

MCP Server for scraping webpages and converting to markdown

v0.3.0Added Apr 12, 2026
mcppuppeteerweb-scrapermarkdown
Works with:ClaudeGPTGeminiCopilot

Puppeteer Vision MCP Server

MCP Server for scraping webpages and converting to markdown

Installation

npx -y puppeteer-vision-mcp-server

Reviews

Leave a Review

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"]
    }
  }
}