PDF Munk Connector for AI agents.
12 live capabilities
Convert web pages to PDFs and automate document creation.
Waiting for input…
Why people use PDF Munk
PDF Munk for Automated Document Generation
With this Connector, you just tell your agent which URLs you need. It handles the conversion and gives you a download link in seconds. You don't have to touch your mouse or worry about print settings. You get a clean, consistent PDF every time, allowing you to move from a live site to a shareable document in one step.
What Vinkius changes
You get a way to turn web content and loose files into professional, shareable documents without leaving your chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Creating Lead Magnets
A marketing manager asks the agent to turn a specific blog post URL into a PDF.
- Real-world use case 02
Merging Offer Letters
An HR specialist has five separate offer letters.
- Real-world use case 03
Converting Pricing Pages
A sales rep needs to send a pricing sheet to a client.
Complete set · 12capabilities
The complete PDF Munk capability set.
These are the exact actions your AI can choose when you ask it to work with PDF Munk.
01—04
4 capabilities in this set.
Part of 12 available through PDF Munk.
- 01 Capability
Add watermark
Place a logo or text over a PDF file to protect your content and branding.
- 02 Capability
Check pdfmunk status
Verify that your connection to the service is active and working correctly.
- 03 Capability
Compress pdf
Shrink the file size of a PDF to make it easier to share via email or messaging.
- 04 Capability
Parse pdf
Parse PDF to structured JSON
05—08
4 capabilities in this set.
Part of 12 available through PDF Munk.
- 05 Capability
Split pdf
Break a large PDF into smaller, individual files for easier distribution.
- 06 Capability
Unlock pdf
Unlock a password-protected PDF
- 07 Capability
Generate image from html
Supports custom dimensions and Google Fonts integration. Generate image from raw HTML content
- 08 Capability
Generate image from url
Ideal for thumbnails, social cards, and OG images. Supports custom width, height, and quality settings. Generate screenshot image from a webpage URL
09—12
4 capabilities in this set.
Part of 12 available through PDF Munk.
- 09 Capability
Generate pdf from html
Turn raw HTML code into a high-quality PDF document while preserving your styles.
- 10 Capability
Generate pdf from url
Convert a live website URL into a downloadable PDF file in one step.
- 11 Capability
Lock pdf
Lock a PDF with a password
- 12 Capability
Merge pdfs
Combine several PDF files into one single, unified document.
Set up in minutes
One URL. Then ask PDF Munk to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use PDF Munk from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kmACY0w8P6pA9izmDI0Ddyr7f6JQnJP3lgYMUlCi/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it PDF Munk, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable PDF Munk for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_kmACY0w8P6pA9izmDI0Ddyr7f6JQnJP3lgYMUlCi/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the PDF Munk URL.
- Step 03
Save and start
Save the connection and enable PDF Munk in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pdf-munk": {
"url": "https://edge.vinkius.com/vk_preview_kmACY0w8P6pA9izmDI0Ddyr7f6JQnJP3lgYMUlCi/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using PDF Munk
Open Agent mode in chat and ask: "Using PDF Munk, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pdf-munk": {
"url": "https://edge.vinkius.com/vk_preview_kmACY0w8P6pA9izmDI0Ddyr7f6JQnJP3lgYMUlCi/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using PDF Munk
Ask Copilot: "Using PDF Munk, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pdf-munk": {
"url": "https://edge.vinkius.com/vk_preview_kmACY0w8P6pA9izmDI0Ddyr7f6JQnJP3lgYMUlCi/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using PDF Munk
Open Cascade and ask: "Using PDF Munk, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pdf-munk": {
"url": "https://edge.vinkius.com/vk_preview_kmACY0w8P6pA9izmDI0Ddyr7f6JQnJP3lgYMUlCi/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using PDF Munk
Ask Cline: "Using PDF Munk, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pdf-munk --transport http "https://edge.vinkius.com/vk_preview_kmACY0w8P6pA9izmDI0Ddyr7f6JQnJP3lgYMUlCi/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using PDF Munk
Ask Claude: "Using PDF Munk, show me...". 12 tools are ready
Where the request belongs
Work PDF Munk can move forward.
This is for marketing ops who need to turn links into lead magnets, HR specialists managing high-volume paperwork, and sales teams who need to turn web pages into polished proposals.
Marketing Ops Manager
They use this on Tuesday afternoons to turn blog posts into PDF lead magnets and grab social media assets from live URLs.
HR Specialist
They use this to merge multiple offer letters into one package or split large employee handbooks into smaller, manageable parts.
Sales Representative
They use this to turn pricing pages into PDF proposals for clients so they can send them out quickly via email.
Content Creator
They use this to capture screenshots of competitor sites and turn raw HTML reports into paginated PDF guides.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsiLovePDF
Merge, split, compress, and convert PDF files with a complete toolkit that handles every document processing need online.
Pdfcrowd
Convert HTML, web pages, and documents to PDF or images. Generate invoices and extract text from PDFs directly via AI.
PDFShift
Convert URLs or HTML to PDF and images. manage templates, track credits, and automate document generation via high-performance API.
PDF.co
Parse, generate, merge, and convert PDF documents programmatically with an API that handles complex document processing tasks.
Html2Pdf
Convert any website URL or raw HTML into high-quality PDF documents directly from your AI agent.
PSPDFKit (Nutrient)
Professional PDF and document processing. generate, convert, OCR, and edit documents via the Nutrient API.
Bring your own AI
Change the model, client or framework. Keep PDF Munk connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about PDF Munk.
The practical details behind the request, access and result.
How can I use PDF Munk to turn a website into a PDF?
You just provide the URL to your agent. The Connector will visit the page and generate a high-quality PDF file for you to download instantly.
Can PDF Munk help me reduce file sizes for email?
Yes, you can ask your agent to compress a specific PDF. It will shrink the file size while keeping the content intact so it's easier to send.
Does PDF Munk support merging multiple documents?
It does. You can ask your agent to combine several PDFs into one single file, which is great for creating unified reports or booklets.
Can I add a logo to my PDFs using PDF Munk?
You can use the watermark capability to place a logo or text over your PDF files. This helps keep your documents branded and protected.
Is PDF Munk good for creating social media assets?
It's great for grabbing screenshots of web pages or generating images from URLs, which you can then use for your social media posts.
What happens when I convert an HTML report with PDF Munk?
The Connector takes your raw HTML code and renders it into a clean, paginated PDF document, preserving your layout and styles.
Can I convert a website URL to a PDF using my AI agent?
Yes! Use the convert_url_to_pdf capability and provide the target URL. Your agent will return a link to the generated PDF document.
One connection away
Give your agent a direct line to PDF Munk.
Connect PDF Munk once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available