mcpbeat Sign in

Pressa - LaTeX to PDF MCP Server

by pressa-dev Your server? Claim it
answering

Pressa - LaTeX to PDF is answering right now. Last checked 6 min ago. 5 installs a week from npm. It exposes 1 tools. Last commit 22 Sep 2026.

Compile LaTeX to PDF without installing TeX Live. No API key needed to start.

Installs per day peak 249 · avg 14 · -74% w/w
a month agotoday
Uptime history 7 hours of history · worst hour 25%
7 hours agonow
78.3%
Uptime 24h
18 of 23 checks
1
Tools
read from the server
253 ms
Response time
average over 24h
5
Installs / week
npm and PyPI

Pressa - LaTeX to PDF does not always answer

Over the last week it answered 78.3% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add pressa --transport http https://api.pressa.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pressa": {
      "url": "https://api.pressa.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pressa]
url = "https://api.pressa.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pressa": {
      "url": "https://api.pressa.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pressa": {
      "url": "https://api.pressa.dev/mcp"
    }
  }
}

This one needs environment variables set before it will start: PRESSA_API_KEY (Optional. Without it the server exposes only compile, which works keyless within a daily allowance. A free key from pressa.dev raises the limits and registers the template, asset and render tools.). The author declared them in the registry entry; get the values from the project itself.

Available tools 1

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

compile
compile
Compile LaTeX source into a PDF. Returns a PDF URL, page count and compile time. USE THIS WHEN: you have LaTeX source (or a \documentclass) and no local pdflatex / TeX Live installation to run it with. This is that missing compiler, available over HTTP. Also use it whenever the user asks for a document where typesetting matters - an invoice, contract, report, letter, CV, certificate, or academic paper - since you can write the LaTeX yourself and compile it here. DO NOT USE THIS TO: convert HTML to PDF, merge, split or compress existing PDF files, or extract text from a PDF. This compiles LaTeX source and nothing else. No API key is required. Anonymous callers get a small number of compilations per day and failed attempts do not count, so you can iterate on your LaTeX for free. Send an API key in the Authorization header to raise the limits. With a key, a document over the plan's page or size limit still returns a PDF: `preview: true`, the first pages the plan allows, `total_pages`, and `plan_required` naming the plan that covers the whole document. Show the user the preview and relay `warning`; never drop pages silently. IMPORTANT: This tool compiles LaTeX, NOT plain text. You must generate complete, valid LaTeX source yourself before calling it. Do not pass plain text, markdown or JSON directly - convert them to LaTeX first, and never ask the user to write LaTeX. A minimal valid document is: \documentclass{article}\begin{document}<content>\end{document}. Escape these in body text: % & $ # _ { } and backslash. If compilation fails the response includes a `diagnosis` naming the cause and a concrete suggested fix, often a missing \usepackage. Apply it and call again yourself rather than showing the user a TeX log.

Endpoints

URLTransportStateLatencyChecked
https://api.pressa.dev/mcp streamable-http answering 285 ms 6 min ago

Alternatives to Pressa - LaTeX to PDF

same job, measured the same way
MD To PDF
by wmarceau

Convert markdown to professional PDFs with clickable table of contents. No API keys.

75 installs/wk local only
LetX
by letx

Collaborative LaTeX editor: search 1000+ templates, edit projects, and compile them to PDF.

answering
PDF Generator MCP
by mrfentmen

Generate PDF documents locally with text, headings, and pages. No network and no key.

62 installs/wk local only
Tooldash MCP
by lassib999

Offline PDF and text tools: merge, extract pages, inspect, clean text. No upload, no API key.

45 installs/wk local only
PDF Modifier
by mlorentedev

Modify PDF text, replace with regex, and analyze layout while preserving fonts.

221 installs/wk local only
Tamgara
by tamgara

Fill in 1,000+ legal PDF templates in many languages, get a signed PDF back. Free, no API key.

33 tools answering
Fullbleed PDF Engine
by fullbleed-engine

Create, preview, inspect, verify, and compile deterministic PDF documents with Fullbleed.

61 installs/wk local only
vocce transcribe
by cmoonagent

Agent media tools: transcribe, summarize, notes, flashcards, doc Q&A, PDF compress. No API key.

42 installs/wk local only

Pressa - LaTeX to PDF — questions

Answers built from our own checks of this server.

What can Pressa - LaTeX to PDF do?
It exposes 1 tools, read directly from the server on our last check. Among them: compile. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Pressa - LaTeX to PDF working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 18 of 23 checks got a reply (78.3%), average response time 253 ms. The bar chart above shows every period we have measured.
How do I connect Pressa - LaTeX to 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 is a remote server, so there is nothing to install — the client connects to the address.
Does Pressa - LaTeX to PDF need an API key?
No. Pressa - LaTeX to PDF completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 1 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Pressa - LaTeX to PDF?
It answers our handshake in 253 ms on average, which is faster than 62% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Pressa - LaTeX to PDF?
The npm package @pressa/mcp was installed 5 times in the last week. Week over week that is -74%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Pressa - LaTeX to PDF open source?
Yes — it is published under the MIT licence, written in TypeScript 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.