Page2AI — Web to Markdown for Cursor
io.github.igorsaevets/page2ai-mcp
Convert web pages or HTML to clean Markdown for LLM context. Local, no external API calls.
client:Cursor
transport:stdio
runtime:npm
Install Page2AI — Web to Markdown in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"page2ai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@page2ai/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs