PageIndex MCP
Chat with long PDFs on your favorite LLM apps (e.g., Claude Desktop, Cursor) — no context-window limits.
With PageIndex MCP, you can:
- Add MCP to your daily LLM workflow to read and chat with entire PDFs.
- Integrate it into your LLM agents to give them long-document reasoning ability.
Please check out the PageIndex MCP page for more examples.

MCP Configurations
We provide two options to configure PageIndex MCP:
- Option 1 uses a remote MCP server for quick setup
- Option 2 provides local PDF upload capabilities
Option 1: Remote MCP Server
Add to your MCP configuration:
{
"mcpServers": {
"pageindex": {
"type": "http",
"url": "https://mcp.pageindex.ai/mcp"
}
}
}Option 2: Local MCP Server (with local PDF upload)
Add to your MCP configuration (requires Node.js ≥18.0.0):
{
"mcpServers": {
"pageindex": {
"command": "npx",
"args": ["-y", "pageindex-mcp"]
}
}
}For more setup details, please visit our PageIndex MCP Repo .
Last updated on