ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use iLovePDF with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Merge, split, compress, and convert PDF files with a complete toolkit that handles every document processing need online.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete iLovePDF capability set.

These are the exact actions your AI can choose when you ask it to work with iLovePDF.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through iLovePDF.

  1. 01

    List PDF tasks

    List recent PDF processing tasks

  2. 02

    Get task status

    Check the status of a PDF task

  3. 03

    Get PDF download link

    Get the processed PDF download link

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through iLovePDF.

  1. 04

    Process PDF task

    Start processing the PDF

  2. 05

    Start PDF task

    G. compress, merge, split). Returns a task ID. Start a new PDF processing task

  3. 06

    Upload PDF by URL

    Upload a PDF file via URL

Observed, not estimated

870ms average. Fast in production.

iLovePDF is checked daily against the live service.

Daily averagePeak 1105ms
Aug 20Today
Fastest day
697ms
Slowest day
1105ms
14-day trend
Stable-2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of iLovePDF, so you can see the experience inside your AI.

It does not authenticate your account with iLovePDF. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

iLovePDF Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_xLyA77jOSOzSYGOZ5wq7G8BeVx9xRwFCLZnGf6uK/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — iLovePDF capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "ilovepdf-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_xLyA77jOSOzSYGOZ5wq7G8BeVx9xRwFCLZnGf6uK/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions iLovePDF owners ask.

  • 01

    Can I merge multiple PDF files into one?

    Yes. Use start_pdf_task with task type 'merge', then upload each PDF with upload_pdf_by_url, and finally call process_pdf_task to execute. Use get_pdf_download_link to retrieve the merged result.

  • 02

    Does iLovePDF require two credentials?

    Yes. iLovePDF uses a Public Key and Secret Key pair. The server exchanges these for a JWT token automatically via api.ilovepdf.com/v1. No manual token management required.

  • 03

    Can I track the status of a PDF processing task?

    Yes. Use get_task_status with the task ID to check progress. Use list_pdf_tasks to see all tasks with their current status (pending, processing, completed, failed).