Skip to content
Windsurf

Page2AI — Web to Markdown for Windsurf

io.github.igorsaevets/page2ai-mcp

Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls.

client:Windsurf transport:stdio runtime:npm

Install Page2AI — Web to Markdown in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "page2ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@page2ai/mcp"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Page2AI — Web to Markdown in other clients