Odel
PageIndex MCP

PageIndex MCP

Local
@vectifyai383TypeScriptMITUpdated 1mo ago

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).

npm@pageindex/mcpv1.8.2

Run

npx -y @pageindex/mcp

MCP client config

{
  "mcpServers": {
    "pageindex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pageindex/mcp"
      ]
    }
  }
}
MCP Bundlehttps://github.com/VectifyAI/pageindex-mcp/releases/download/v1.8.2/pageindex-mcp-1.8.2.mcpbv1.8.2

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.