npm pdfcrowd-mcp-pdf-exportstdioupdated 6mo ago
Well-designed PDFs from a single prompt. Describe what you need, get a professional document.
¿Qué puedes hacer con PDFCrowd PDF Export?
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
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_USERNAMEandPDFCROWD_API_KEY.
Privacy
Your source code never leaves your machine — only the rendered document is sent to PDFCrowd for PDF conversion.
License
Instalación
Añade PDFCrowd PDF Export a tu cliente. Elige el que uses.
claude mcp add pdfcrowd-mcp-pdf-export -- npx -y pdfcrowd-mcp-pdf-exportcodex mcp add pdfcrowd-mcp-pdf-export -- npx -y pdfcrowd-mcp-pdf-exportamp mcp add pdfcrowd-mcp-pdf-export -- npx -y pdfcrowd-mcp-pdf-export{
"mcpServers": {
"pdfcrowd-mcp-pdf-export": {
"command": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"pdfcrowd-mcp-pdf-export": {
"command": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"pdfcrowd-mcp-pdf-export","command":"npx","args":["-y","pdfcrowd-mcp-pdf-export"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"pdfcrowd-mcp-pdf-export": {
"command": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"pdfcrowd-mcp-pdf-export": {
"command": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"pdfcrowd-mcp-pdf-export": {
"command": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"pdfcrowd-mcp-pdf-export": {
"type": "local",
"command": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"pdfcrowd-mcp-pdf-export": {
"command": {
"path": "npx",
"args": [
"-y",
"pdfcrowd-mcp-pdf-export"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y pdfcrowd-mcp-pdf-exportRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento15/25
- Confianza6/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 192 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.2.2Última | 20 feb 2026 |
| 1.2.1 | 20 feb 2026 |
| 1.1.2 | 18 feb 2026 |
| 1.1.1 | 17 feb 2026 |
