Pdf Splitter MCP Server

MCP server for random access to PDF contents

Local serverstdio

What is the Pdf Splitter MCP MCP server?

If you already use Pdf Splitter MCP, the pdf splitter mcp mcp server is the piece that lets your assistant work with it directly. MCP server for random access to PDF contents.

What the server does

A Model Context Protocol (MCP) server that provides random access to PDF contents, reducing total reading costs by allowing selective extraction of pages and content.

  • Load PDF — Load PDF files from local filesystem or URLs into memory
  • Extract Page — Extract text content from specific pages
  • Extract Range — Extract text from a range of pages
  • Search PDF — Search for text within the PDF (supports plain text and regular expressions, case-sensitive or case-insensitive)
  • Get PDF Info — Retrieve metadata and information about the loaded PDF
  • List Loaded PDFs — View all currently loaded PDFs

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Parameters — path (string - local path or URL)
  • Returns — PDF ID and page count
  • Automation — The Automation tool exposed by this server

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Where it fits

Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Pdf Splitter MCP's toolset — Parameters, Returns, Automation — is a fair guide to whether it matches your workflow. It is maintained by espresso3389; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Parameterspath (string - local path or URL)
ReturnsPDF ID and page count
AutomationThe Automation tool exposed by this server.

How to install the Pdf Splitter MCP MCP server

#### For Gemini CLI:
```json
{
  "mcpServers": {
    "pdf-splitter": {
      "command": "bun",
      "args": ["run", "/full/path/to/pdf-splitter-mcp/src/index.ts"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Pdf Splitter MCP to Parameters.
  • Use Pdf Splitter MCP to Returns.
  • Use Pdf Splitter MCP to Automation.

Frequently asked questions

It connects Pdf Splitter MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Parameters, Returns, Automation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pdf Splitter MCP directly.