Page2AI — Web to Markdown for Zed
io.github.igorsaevets/page2ai-mcp
Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls.
client:Zed
transport:stdio
runtime:npm
Install Page2AI — Web to Markdown in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"page2ai-mcp": {
"command": "npx",
"args": [
"-y",
"@page2ai/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs