Loading languages...
PU

puppeteer-vision-mcp-server

@djannot29

This Model Context Protocol (MCP) server provides a tool for scraping webpages and converting them to markdown format using Puppeteer, Readability, and Turndown. It features AI-driven interaction capabilities to handle cookies, captchas, and other interactive elements automatically.

puppeteer
web scraping
markdown
ai
vision
browser automation

# mcpServer Config

{
  "mcpServers": {
    "web-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "puppeteer-vision-mcp-server"
      ],
      "env": {
        "OPENAI_API_KEY": "YOUR_OPENAI_API_KEY_HERE"
      }
    }
  }
}

# stdio

npx -y puppeteer-vision-mcp-server

# sseURL

http://localhost:3001/sse

# streamableURL

http://localhost:3001/mcp
Transport:
stdio
sse
streamable
言語:
TypeScript
作成日:5/13/2025
更新日:8/1/2025