HomeProductivity › EveryPage

EveryPage

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

Official TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-08-19 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y everypage-mcp@1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "everypage-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "everypage-mcp@1.0.0"
      ],
      "env": {
        "EVERYPAGE_API_KEY": "<YOUR_VALUE>",
        "EVERYPAGE_BASE_URL": "<YOUR_VALUE>",
        "EVERYPAGE_READ_ONLY": "<YOUR_VALUE>"
      }
    }
  }
}
  • EVERYPAGE_API_KEY required secret — EveryPage API key (ep_live_...), created at https://everypage.co/account. An OAuth access token (ep_at_...) also works, limited to its granted scopes.
  • EVERYPAGE_BASE_URL — API origin override, for self-hosted or development instances.
  • EVERYPAGE_READ_ONLY — Set to true to expose only the read-only tools (no upload, no changes, no deletion).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry