EveryPage for Grok
co.everypage/mcp
Share PDFs as tracked links and see who read them, how far they got, and where they stopped.
client:Grok
transport:stdio
runtime:npm
Install EveryPage in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs