@pdfously/mcp
v1.0.6
Published
MCP server for PDFously - agentic PDF generation and template management
Maintainers
Readme
@pdfously/mcp
MCP server for PDFously — agentic PDF generation and template management.
Tools
- list_templates — List all PDF templates
- get_template — Get template details and structure
- create_template — Create a new PDF template with components
- generate_pdf — Generate a PDF from a template with data
- get_generation — Check generation status and get download URL
Setup
Get your API key from pdfously.com.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pdfously": {
"command": "npx",
"args": ["-y", "@pdfously/mcp"],
"env": {
"PDFOUSLY_API_KEY": "your-api-key-here"
}
}
}
}Environment Variables
| Variable | Required | Description |
|---|---|---|
| PDFOUSLY_API_KEY | Yes | Your PDFously API key |
| PDFOUSLY_BASE_URL | No | Custom API base URL (default: https://pdfously.com) |
License
MIT
