Skip to main content
Other Tools and IntegrationsPython

danielkennedy1/pdf-tools-mcp

PDF download, view & manipulation utilities.

other-tools-and-integrations
Share:

Quick Start

Clone the repository:

git clone https://github.com/danielkennedy1/pdf-tools-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "pdf-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "danielkennedy1/pdf-tools-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
danielkennedy1