ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Pdfcrowd with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Convert HTML, web pages, and documents to PDF or images. Generate invoices and extract text from PDFs directly via AI.

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 · 5 capabilities

The complete Pdfcrowd capability set.

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

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 5 available through Pdfcrowd.

  1. 01

    Convert HTML to image

    Returns base64 encoded image data. Capture a screenshot of a web page or HTML content

  2. 02

    Convert PDF to text

    Returns base64 encoded text data. Transform a PDF document into plain text

  3. 03

    Generate business document

    Returns base64 encoded PDF data. Generate professional documents (invoices, receipts) from JSON data

Capability set02 / 02

04-05

2 capabilities in this set.

Part of 5 available through Pdfcrowd.

  1. 04

    Convert HTML to PDF

    Returns base64 encoded PDF data. Convert a web page or HTML string to PDF

  2. 05

    Convert PDF to HTML

    Returns base64 encoded HTML data. Transform a PDF document into HTML

Observed, not estimated

806ms average. Fast in production.

Pdfcrowd is checked daily against the live service.

Daily averagePeak 977ms
Aug 21Today
Fastest day
760ms
Slowest day
977ms
14-day trend
Improving-16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 5 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 Pdfcrowd, so you can see the experience inside your AI.

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

Pdfcrowd Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_odmbo8gwzPtWKrC8Hr0X7c9J9FDRKtYrscooYJew/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 — Pdfcrowd capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "pdfcrowd-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_odmbo8gwzPtWKrC8Hr0X7c9J9FDRKtYrscooYJew/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 Pdfcrowd owners ask.

  • 01

    Can I convert a raw HTML string instead of a URL?

    Yes! Use the convert_html_to_pdf or convert_html_to_image capabilities and provide your HTML code in the text parameter instead of using the url parameter.

  • 02

    How do I generate a professional invoice from my data?

    Use the generate_business_document capability. Provide the document_type as 'invoice', and include your line items, total, and currency in the JSON payload to get a styled PDF.

  • 03

    Is it possible to extract plain text from a PDF file?

    Absolutely. Use the convert_pdf_to_text capability with the URL of your PDF. You can also enable no_layout if you want the text in reading order without layout preservation.