Odel
Page2AI — Web to Markdown

Page2AI — Web to Markdown

Local
@igorsaevetsJavaScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@page2ai/mcpv0.2.5

Run

npx -y @page2ai/mcp

MCP client config

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