Page2AI — Web to Markdown for Claude Desktop
io.github.igorsaevets/page2ai-mcp
Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls.
client:Claude Desktop
transport:stdio
runtime:npm
Install Page2AI — Web to Markdown in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"page2ai-mcp": {
"command": "npx",
"args": [
"-y",
"@page2ai/mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs