mcpbeat Sign in

PageIndex MCP Server

by vectifyai Your server? Claim it
local only

PageIndex MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 25 Jul 2026.

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

Installs per day peak 150 · avg 22 · +69% w/w
a month agotoday
64
Installs / week
npm · @pageindex/mcp
388
Stars
0 open issues
25 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node -e "try { require('fs').existsSync('.git') && require('simple-git-hooks')() } catch(e) {}"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pageindex-mcp -- npx -y @pageindex/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pageindex-mcp": {
      "args": [
        "-y",
        "@pageindex/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pageindex-mcp]
command = "npx"
args = ["-y", "@pageindex/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pageindex-mcp": {
      "args": [
        "-y",
        "@pageindex/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pageindex-mcp": {
      "args": [
        "-y",
        "@pageindex/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to PageIndex MCP

same job, measured the same way
RAG Vault
by robthepcguy

Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup

69 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
OmniClip RAG
by ellismorrow

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
OmniClip RAG
by msjsc001

Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.

local only
Deeprepo
by abhishek2432001

Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search.

local only
md-vision
by japlete

Read markdown with inlined images and index headings for agentic RAG workflows.

29 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
Local FAISS MCP Server
by nonatofabio

Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.

92 installs/wk local only

PageIndex MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for PageIndex MCP?
PageIndex MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @pageindex/mcp was installed 64 times last week.
How do I connect PageIndex MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @pageindex/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use PageIndex MCP?
The npm package @pageindex/mcp was installed 64 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PageIndex MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 388 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.