mcpbeat Sign in

EveryPage MCP Server

by everypage Your server? Claim it
local only

EveryPage runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 19 Aug 2026.

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

Installs per day peak 134 · avg 4
a month agotoday
56
Installs / week
npm · everypage-mcp
0
Stars
0 open issues
19 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check EveryPage every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y everypage-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "everypage-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "everypage-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "everypage-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "everypage-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVERYPAGE_API_KEY (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).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EveryPage

same job, measured the same way
Share
by htmlradar

Publish HTML as a tracked link and see who opened it and which sections they read.

57 installs/wk answering
P
doc.page PDF Extraction
by doc

Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.

7 tools answering
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
Finero
by getfinero

Read a Finero workspace and issue payment links, as the person who approved it.

answering
MCPFax Web Extract
by mcpscores

Read any web page as clean text for a prompt, or list every link on it.

4 tools answering
drop
by neuronik

Publish web pages straight from your AI assistant and share them with a link.

answering
MCP Folder Scout
by dharani0804

Read-only folder triage: what is in a folder, what is stale, and where the space went.

115 installs/wk local only
Vellum
by linxule

Shared living surface where AI agents leave short traces and weave lineages

6 tools answering

EveryPage — questions

Answers built from our own checks of this server.

Why is there no uptime for EveryPage?
EveryPage runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package everypage-mcp was installed 56 times last week.
How do I connect EveryPage?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls everypage-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use EveryPage?
The npm package everypage-mcp was installed 56 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EveryPage open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.