Skip to content
Cursor

PageIndex MCP for Cursor

io.github.vectifyai/pageindex-mcp

Reasoning-based RAG system for chatting with long PDFs. Supports local and online files.

client:Cursor transport:stdio runtime:npm

Install PageIndex MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "pageindex-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pageindex/mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

PageIndex MCP in other clients