playwright-markdown-mcp

sidney/playwright-markdown-mcp
★ 0 stars Python 🌐 Browser/Web Updated today
MCP server that fetches URLs through real Chromium and returns clean Markdown
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "playwright-markdown-": {
      "command": "uvx",
      "args": [
        "playwright-markdown-mcp"
      ]
    }
  }
}

Or install with pip: pip install playwright-markdown-mcp