{
  "markdown": "\n[![Claude Code](https://img.shields.io/badge/Claude_Code-supported-blue)](https://claude.ai/download)\n[![Codex](https://img.shields.io/badge/Codex_CLI-supported-blue)](https://github.com/openai/codex)\n[![Gemini CLI](https://img.shields.io/badge/Gemini_CLI-supported-blue)](https://github.com/google-gemini/gemini-cli)\n[![npm version](https://img.shields.io/npm/v/pdfcrowd-mcp-pdf-export)](https://www.npmjs.com/package/pdfcrowd-mcp-pdf-export)\n\n# PDF Export for AI Agents\n\nWell-designed PDFs from a single prompt. Describe what you need, get a professional document.\n\nPowered by [PDFCrowd](https://pdfcrowd.com). [Learn more →](https://pdfcrowd.com/mcp-pdf-export/)\n\n## Example\n\n```\nAnalyze this project and create a comprehensive architecture overview PDF.\nInclude component diagrams and data flow. Save to architecture-overview.pdf\n```\n\n[![Architecture Overview](https://raw.githubusercontent.com/pdfcrowd/pdfcrowd-mcp-pdf-export/master/assets/architecture-overview.png)](https://raw.githubusercontent.com/pdfcrowd/pdfcrowd-mcp-pdf-export/master/assets/architecture-overview.pdf)\n\n[More examples →](https://pdfcrowd.com/mcp-pdf-export/)\n\n## Configuration\n\n**Prerequisites:** [Node.js](https://nodejs.org/) 18 or later.\n\n### Claude Code\n\n**Option A — Install as a plugin (Recommended):**\n\n```\n/plugin marketplace add pdfcrowd/pdfcrowd-mcp-pdf-export\n/plugin install pdfcrowd-export-pdf@pdfcrowd\n```\n\n**Option B — Register the MCP server:**\n\n```\nclaude mcp add --scope user pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-export\n```\n\nOr add the equivalent JSON to `~/.claude.json` (user scope) or `.mcp.json` (project scope):\n\n```json\n{\n  \"mcpServers\": {\n    \"pdfcrowd-export-pdf\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"pdfcrowd-mcp-pdf-export\"]\n    }\n  }\n}\n```\n\n### Codex CLI\n\n```\ncodex mcp add pdfcrowd-export-pdf -- npx -y pdfcrowd-mcp-pdf-export\n```\n\nOr add manually to `~/.codex/config.toml`:\n\n```toml\n[mcp_servers.pdfcrowd-export-pdf]\ncommand = \"npx\"\nargs = [\"-y\", \"pdfcrowd-mcp-pdf-export\"]\n```\n\n### Gemini CLI\n\n```\ngemini mcp add -s user pdfcrowd-export-pdf npx -y pdfcrowd-mcp-pdf-export\n```\n\nOr add manually to `~/.gemini/settings.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"pdfcrowd-export-pdf\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"pdfcrowd-mcp-pdf-export\"]\n    }\n  }\n}\n```\n\n### Notes\n\n- Restart your CLI after configuration to load the server\n\n## Personal Credentials\n\nGet started right away — no credentials or signup needed. Output includes a watermark. For watermark-free PDFs, [sign up](https://pdfcrowd.com/pricing/) for personal credentials.\n\nPersonal credentials can be set in:\n\n1. **Config file** `~/.pdfcrowd-mcp`:\n   ```\n   PDFCROWD_USERNAME=your_username\n   PDFCROWD_API_KEY=your_api_key\n   ```\n2. **Environment variables** `PDFCROWD_USERNAME` and `PDFCROWD_API_KEY`.\n\n## Privacy\n\nYour source code never leaves your machine — only the rendered document is sent to [PDFCrowd](https://pdfcrowd.com/privacy/) for PDF conversion.\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 2996,
  "sha": "468ece5ef15d8870f456fdafd8e2cb6a1205f0fcd673d5a48d9703ab69eb6e1f",
  "repo_slug": "pdfcrowd/pdfcrowd-mcp-pdf-export",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pdfcrowd_pdfcrowd_mcp_pdf_expo_c2a534f0/readme"
}