readdown mcp for Cursor
io.github.zcag/readdown-mcp
Convert web pages to clean, LLM-optimized Markdown. No browser needed.
client:Cursor
transport:stdio
runtime:oci
Install readdown mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"readdown-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/zcag/readdown-mcp:1.0.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs