Skip to content
VS Code

PageIndex MCP for VS Code

io.github.vectifyai/pageindex-mcp

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

client:VS Code transport:stdio runtime:npm

Install PageIndex MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PageIndex MCP in other clients