Skip to content
Cursor

EveryPage for Cursor

co.everypage/mcp

Share PDFs as tracked links and see who read them, how far they got, and where they stopped.

client:Cursor transport:stdio runtime:npm

Install EveryPage in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "everypage-mcp"
      ],
      "env": {
        "EVERYPAGE_API_KEY": "<EVERYPAGE_API_KEY>",
        "EVERYPAGE_BASE_URL": "<EVERYPAGE_BASE_URL>",
        "EVERYPAGE_READ_ONLY": "<EVERYPAGE_READ_ONLY>"
      }
    }
  }
}

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

EveryPage in other clients