Skip to content
Cline

readdown mcp for Cline

io.github.zcag/readdown-mcp

Convert web pages to clean, LLM-optimized Markdown. No browser needed.

client:Cline transport:stdio runtime:oci

Install readdown mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "readdown-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/zcag/readdown-mcp:1.0.0"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

readdown mcp in other clients