PDF Generator
Rank #10,116io.github.mcp-z/mcp-pdf
MCP server for creative PDF generation with full emoji, Unicode, and offline support
PDF Generator is a Model Context Protocol (MCP) server published by mcp-z. It ranks #10,116 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. PDF Generator is listed across 4 registries — Official MCP, PulseMCP, Smithery and Glama, with 8 tracked versions. It was first listed on Oct 4, 2025 and most recently updated on Aug 30, 2026.
Ranks ahead of 105,475 of 115,591 servers on MCP Toplist.
Use PDF Generator
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-pdf -e "RESOURCE_STORE_URI=<your RESOURCE_STORE_URI>" -e "PORT=<your PORT>" -e "BASE_URL=<your BASE_URL>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y @mcp-z/mcp-pdfReplace each placeholder with your own value before saving.
claude mcp add mcp-pdf -e "RESOURCE_STORE_URI=<your RESOURCE_STORE_URI>" -e "PORT=<your PORT>" -e "BASE_URL=<your BASE_URL>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y @mcp-z/mcp-pdf --port 9001Replace each placeholder with your own value before saving.
[mcp_servers.mcp-pdf]
command = "npx"
args = ["-y", "@mcp-z/mcp-pdf"]
[mcp_servers.mcp-pdf.env]
RESOURCE_STORE_URI = "<your RESOURCE_STORE_URI>"
PORT = "<your PORT>"
BASE_URL = "<your BASE_URL>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-pdf]
command = "npx"
args = ["-y", "@mcp-z/mcp-pdf", "--port", "9001"]
[mcp_servers.mcp-pdf.env]
RESOURCE_STORE_URI = "<your RESOURCE_STORE_URI>"
PORT = "<your PORT>"
BASE_URL = "<your BASE_URL>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf",
"--port",
"9001"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf",
"--port",
"9001"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-pdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-pdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf",
"--port",
"9001"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf",
"--port",
"9001"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-pdf": {
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf",
"--port",
"9001"
],
"env": {
"RESOURCE_STORE_URI": "<your RESOURCE_STORE_URI>",
"PORT": "<your PORT>",
"BASE_URL": "<your BASE_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mcp-z%2Fmcp-pdf)<a href="https://mcptoplist.com/server/io.github.mcp-z%2Fmcp-pdf"><img src="https://mcptoplist.com/badge/io.github.mcp-z%2Fmcp-pdf.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
mcp-z
Other servers by mcp-z
View all mcp-z servers →Available versions (8)
| Version | Published |
|---|---|
| 2.1.1 | Aug 30, 2026 |
| 2.0.7 | Aug 29, 2026 |
| 2.0.6 | Jan 10, 2026 |
| 2.0.0 | Dec 29, 2025 |
| 1.2.0 | Oct 6, 2025 |
| 1.1.1 | Oct 5, 2025 |
| 1.1.0 | Oct 5, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains PDF Generator?
- PDF Generator is maintained by mcp-z, which publishes 6 MCP servers (12 total versions) tracked on MCP Toplist.
- Is PDF Generator listed on the Official MCP Registry?
- Yes — PDF Generator is listed on the Official MCP Registry, alongside PulseMCP, Smithery and Glama.
- How many versions does PDF Generator have?
- MCP Toplist tracks 8 versions of PDF Generator, most recently published on Aug 30, 2026.
- Where can I find the source code for PDF Generator?
- The source code for PDF Generator is hosted at github.com/mcp-z/mcp-pdf.git.