EveryPage for Windsurf
co.everypage/mcp
Share PDFs as tracked links and see who read them, how far they got, and where they stopped.
client:Windsurf
transport:stdio
runtime:npm
Install EveryPage in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs