A comprehensive set of PDF manipulation tools built with the Model Context Protocol (MCP) framework.
A comprehensive set of PDF manipulation tools built with the Model Context Protocol (MCP) framework.
# 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.