Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @pageindex/mcp
MCP client config
{
"mcpServers": {
"pageindex-mcp": {
"command": "npx",
"args": [
"-y",
"@pageindex/mcp"
]
}
}
}Distributed as an MCP bundle (`https://github.com/VectifyAI/pageindex-mcp/releases/download/v1.8.2/pageindex-mcp-1.8.2.mcpb`) — download it and import the bundle in your MCP client.