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).
Run
npx -y @page2ai/mcp
MCP client config
{
"mcpServers": {
"page2ai-web-to-markdown": {
"command": "npx",
"args": [
"-y",
"@page2ai/mcp"
]
}
}
}