mcpbeat Sign in

Docjet MCP Server

by docjet-dev Your server? Claim it
local only

Docjet MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 13 Jun 2026.

Render branded PDFs and PNG images from templates or raw HTML via the DocJet API. Free tier.

Installs per day peak 23 · avg 7 · -3% w/w
a month agotoday
34
Installs / week
npm · docjet-mcp
0
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Docjet MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add docjet-mcp -- npx -y docjet-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docjet-mcp": {
      "args": [
        "-y",
        "docjet-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docjet-mcp]
command = "npx"
args = ["-y", "docjet-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "docjet-mcp": {
      "args": [
        "-y",
        "docjet-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docjet-mcp": {
      "args": [
        "-y",
        "docjet-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOCJET_API_KEY (DocJet API key (get one free at https://docjet.dev — POST /v1/signup)), DOCJET_BASE_URL (Override the API base URL (default: https://api.docjet.dev)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Docjet MCP

same job, measured the same way
Orshot
by orshot

Render on-brand images, PDFs and videos from templates. 60+ tools: brand kit, folders, workflows.

answering
pdfzen
by pdfzen

Render PDFs from 45 starter templates or raw HTML. Pay-per-render with USDC via x402.

4 tools answering
Pictify Io
by pictify-io

Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

54 installs/wk 26 tools answering
HTML/CSS to Image API
by htmlcsstoimage

Generate images and PDFs from HTML/CSS, live websites, and reusable templates.

answering
Sheetrender MCP
by sheetrender

Render PDFs from templates and spreadsheet data via SheetRender, locally or at mcp.sheetrender.com

71 installs/wk answering
Leafwright
by leafwright

Render HTML, URLs, and templates to PDF. AI drafts templates and fixes them from logs.

84 installs/wk 3 tools answering
boxpdf-html
by earonesty

Render HTML to PDF (html_to_pdf) plus boxpdf library docs and templates, for AI agents.

99 installs/wk local only
oJo — HTML to image
by ojo

Render HTML or templates to a hosted image, in one response. Free previews need no API key.

72 installs/wk local only

Docjet MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Docjet MCP?
Docjet MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package docjet-mcp was installed 34 times last week.
How do I connect Docjet MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls docjet-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Docjet MCP?
The npm package docjet-mcp was installed 34 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Docjet MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.