🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pdfcrowd-mcp-pdf-export

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfcrowd-mcp-pdf-export

PDF Export for AI agents - Well-designed PDFs from a single prompt. Describe what you need, get a professional document.

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

Claude Code Codex Gemini CLI npm version

PDF Export for AI Agents

Well-designed PDFs from a single prompt. Describe what you need, get a professional document.

Powered by PDFCrowd. Learn more →

Example

Analyze this project and create a comprehensive architecture overview PDF.
Include component diagrams and data flow. Save to architecture-overview.pdf

Architecture Overview

More examples →

Configuration

Prerequisites: Node.js 18 or later.

Claude Code

Option A — Install as a plugin (Recommended):

/plugin marketplace add pdfcrowd/pdfcrowd-mcp-pdf-export
/plugin install pdfcrowd-export-pdf@pdfcrowd

Option B — Register the MCP server:

claude mcp add --scope user pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-export

Or add the equivalent JSON to ~/.claude.json (user scope) or .mcp.json (project scope):

{
  "mcpServers": {
    "pdfcrowd-export-pdf": {
      "command": "npx",
      "args": ["-y", "pdfcrowd-mcp-pdf-export"]
    }
  }
}

Codex CLI

codex mcp add pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-export

Or add manually to ~/.codex/config.toml:

[mcp_servers.pdfcrowd-export-pdf]
command = "npx"
args = ["-y", "pdfcrowd-mcp-pdf-export"]

Gemini CLI

gemini mcp add -s user pdfcrowd-export-pdf npx -y pdfcrowd-mcp-pdf-export

Or add manually to ~/.gemini/settings.json:

{
  "mcpServers": {
    "pdfcrowd-export-pdf": {
      "command": "npx",
      "args": ["-y", "pdfcrowd-mcp-pdf-export"]
    }
  }
}

Notes

  • Restart your CLI after configuration to load the server

Personal Credentials

Get started right away — no credentials or signup needed. Output includes a watermark. For watermark-free PDFs, sign up for personal credentials.

Personal credentials can be set in:

  • Config file ~/.pdfcrowd-mcp:
    PDFCROWD_USERNAME=your_username
    PDFCROWD_API_KEY=your_api_key
    
  • Environment variables PDFCROWD_USERNAME and PDFCROWD_API_KEY.

Privacy

Your source code never leaves your machine — only the rendered document is sent to PDFCrowd for PDF conversion.

License

MIT

Keywords

mcp

FAQs

Package last updated on 20 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts