Skip to content
Cline

PageIndex MCP for Cline

io.github.vectifyai/pageindex-mcp

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

client:Cline transport:stdio runtime:npm

Install PageIndex MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

PageIndex MCP in other clients