mcpbeat Sign in

Imprint PDF MCP Server

local only

Imprint PDF runs on your own machine — the client starts it, so there is no endpoint to ping. 469 installs a week from pypi. Last commit 28 Aug 2026.

AI-native print-grade PDF generator. Markdown in, publisher-quality PDF out.

Installs per day peak 297 · avg 90
a month agotoday
469
Installs / week
pypi · imprint-pdf
0
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command npm/cli.js:34
      execFileSync(p, ['-c', 'import sys; assert sys.version_info >= (3, 10)'], { stdio: 'ignore' });
Builds a file path from a variable npm/cli.js:47
    const candidate = path.join(d, name);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 imprint-pdf -- uvx imprint-pdf
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "imprint-pdf": {
      "args": [
        "imprint-pdf"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.imprint-pdf]
command = "uvx"
args = ["imprint-pdf"]
.cursor/mcp.json
{
  "mcpServers": {
    "imprint-pdf": {
      "args": [
        "imprint-pdf"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "imprint-pdf": {
      "args": [
        "imprint-pdf"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Imprint PDF

same job, measured the same way
PDF Generator API
by br0ski777

Generate PDF from HTML or Markdown with custom pages, margins, layout. x402.

1 tools answering
C
Prince Cloud
by prince

Convert Markdown, HTML, and web pages to high-quality PDF with Prince.

3 tools answering
F
Parsedoc
by custom-digital-services

Agent-native document parsing: PDF, scans and FR/EU invoices to structured JSON or Markdown.

answering
PDF It
by mrslbt

Native PDF renderer for AI markdown. Cover, TOC, page-numbered footer. Fonts embedded, zero config.

63 installs/wk local only
Bigapi
by bigapi

File operations for AI agents: HTML/Markdown to PDF, PDF tools, OCR, images. $0.01/op, 100 free.

204 installs/wk local only
Mac-letterhead
by easytocloud

Letterhead PDF as digital stationery: prints Markdown without overprinting header, footer, or logo.

2 248 installs/wk local only
Markdown by mdedit.ai
by mangoappstudio

Create, edit, review, and explicitly publish Live or Snapshot Markdown Documents in mdedit.ai.

904 installs/wk answering
stagenth · 文档生成
by stagenth

Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.

3 tools answering

Imprint PDF — questions

Answers built from our own checks of this server.

Why is there no uptime for Imprint PDF?
Imprint PDF 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 pypi package imprint-pdf was installed 469 times last week.
How do I connect Imprint PDF?
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 imprint-pdf straight from pypi; nothing to host, nothing to sign up for.
How many people use Imprint PDF?
The pypi package imprint-pdf was installed 469 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Imprint PDF open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.