loading…
Search for a command to run...
loading…
PDF download, view & manipulation utilities.
PDF download, view & manipulation utilities.
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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"danielkennedy1-pdf-tools-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.