pdfarranger

GitHub

Small python-gtk application, which helps the user to merge or split PDF documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface.

5,643 stars Python 1 file ยท ~1,322 tokens #gtk#gtk3#linux#pdf#python3

pdfarranger MCP Server

MCP server for pdfarranger/pdfarranger

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "pdfarranger": {
      "command": "npx",
      "args": [
        "-y",
        "@pdfarranger/pdfarranger"
      ]
    }
  }
}