Loading MCP server directory, please wait...
Share PDFs as tracked links and see who read them, how far they got, and where they stopped.
npx @getmcp/cli add co.everypage/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
EVERYPAGE_API_KEYEveryPage API key (ep_live_...), created at https://everypage.co/account. An OAuth access token (ep_at_...) also works, limited to its granted scopes.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"co.everypage/mcp": {
"command": "npx",
"args": [
"-y",
"everypage-mcp"
],
"env": {
"EVERYPAGE_API_KEY": "",
"EVERYPAGE_BASE_URL": "https://everypage.co",
"EVERYPAGE_READ_ONLY": "false"
}
}
}
}