Skip to content
Claude Desktop

pdf splitter for Claude Desktop

io.github.theluckystrike/pdf-splitter

Split PDFs from your AI chat: extract page ranges, split by size or count. All data is local.

client:Claude Desktop transport:streamable-http runtime:mcpb tools:15

Install pdf splitter in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "pdf-splitter": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.zovo.one/mcp/pdf-splitter"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

pdf splitter in other clients