mcpbeat Sign in

PDF Report Generator MCP Server

by themoddedcube Your server? Claim it
local only

PDF Report Generator runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 25 Apr 2026.

Generate professional PDF reports from LLM output — cover, TOC, tables, charts, 5 themes.

Installs per day peak 9 · avg 5 · +10% w/w
a month agotoday
31
Installs / week
npm · @ctalasila/pdf-report-generator
0
Stars
0 open issues
25 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 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 src/index.ts:45
    const result = spawnSync(cmd, ["--version"], { encoding: "utf8" });

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

Alternatives to PDF Report Generator

same job, measured the same way
Rendoc MCP Server
by yoryocoruxo-ai

Generate professional PDFs (invoices, contracts, reports) from AI tools via rendoc templates.

35 installs/wk local only
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering
PDFCrowd PDF Export
by pdfcrowd

Create polished, professional PDFs from a single prompt. Documentation, reports, charts, and more.

40 installs/wk local only
Invoices Invoicing
by theluckystrike

Invoices and invoicing from your AI chat: PDF generation, numbering, VAT, overdue reports.

local only
Chartwire
by outturndev

Generate production-ready chart code (Recharts, Chart.js, ECharts, Plotly) from a prompt.

answering
Chart Generator & PDF Report from Any Dataset, CSV or JSON
by nero-engine

Turn rows into bar, line, pie and scatter chart images plus an optional PDF or HTML report.

answering
PDF MCP
by wesseltl

Extract text and tables from PDFs for an agent: invoices, reports, statements.

109 installs/wk local only
Normhyra
by normhyra

Swedish normhyra calculation engine: convert rents, process rent rolls, generate PDF reports.

5 tools answering

PDF Report Generator — questions

Answers built from our own checks of this server.

Why is there no uptime for PDF Report Generator?
PDF Report Generator 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 @ctalasila/pdf-report-generator was installed 31 times last week.
How do I connect PDF Report Generator?
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 @ctalasila/pdf-report-generator straight from npm; nothing to host, nothing to sign up for.
How many people use PDF Report Generator?
The npm package @ctalasila/pdf-report-generator was installed 31 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is PDF Report Generator 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.