Skip to content
Cursor

lean reader for Cursor

io.github.aimento/lean-reader

Token-minimized URL-to-clean-text reader for LLMs, with a token-savings receipt.

client:Cursor transport:stdio runtime:npm

Install lean reader in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "lean-reader": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lean-reader"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lean reader in other clients