
PDF Tools
STDIOComprehensive PDF manipulation tools with local and remote operations via MCP framework
Comprehensive PDF manipulation tools with local and remote operations via MCP framework
A comprehensive set of PDF manipulation tools built with the Model Context Protocol (MCP) framework.
To install PDF Tools for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @danielkennedy1/pdf-tools-mcp --client claude
# Clone the repository git clone https://github.com/yourusername/pdf-tools-mcp.git cd pdf-tools-mcp # Install dependencies uv pip install -e .
Start the MCP server:
python -m src.main
The server provides PDF manipulation endpoints through the MCP protocol.
# Update dependencies uv pip install -e . --upgrade # Commit changes (uses conventional commit format) cz commit
MIT. See LICENSE.