PDF Generator
MCP server for creative PDF generation with full emoji, Unicode, and offline support
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mcp-z/mcp-pdf",
"description": "MCP server for creative PDF generation with full emoji, Unicode, and offline support",
"title": "PDF Generator",
"version": "2.0.6",
"websiteUrl": "https://github.com/mcp-z/mcp-pdf#readme",
"packages": [
{
"registryType": "npm",
"identifier": "@mcp-z/mcp-pdf",
"version": "2.0.6",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "-y"
}
],
"packageArguments": [
{
"description": "Override resource store URI for generated PDF files",
"type": "named",
"name": "--resource-store-uri"
},
{
"description": "Override base URL for HTTP transport (used for file links)",
"type": "named",
"name": "--base-url"
},
{
"description": "Override logging level",
"type": "named",
"name": "--log-level"
}
],
"environmentVariables": [
{
"description": "Resource store URI for generated PDF files (file://)",
"value": "file://~/.mcp-z/mcp-pdf/files",
"default": "file://~/.mcp-z/mcp-pdf/files",
"placeholder": "file://~/.mcp-z/mcp-pdf/files",
"name": "RESOURCE_STORE_URI"
},
{
"description": "HTTP server port (overrides --port)",
"placeholder": "3000",
"name": "PORT"
},
{
"description": "Base URL for HTTP transport (used for file links)",
"placeholder": "http://localhost:{PORT}",
"name": "BASE_URL"
},
{
"description": "Logging level",
"value": "info",
"default": "info",
"placeholder": "info",
"choices": [
"debug",
"info",
"warn",
"error"
],
"name": "LOG_LEVEL"
}
]
},
{
"registryType": "npm",
"identifier": "@mcp-z/mcp-pdf",
"version": "2.0.6",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{PORT}/mcp"
},
"runtimeArguments": [
{
"type": "named",
"name": "-y"
}
],
"packageArguments": [
{
"description": "HTTP server port",
"value": "9001",
"type": "named",
"name": "--port"
},
{
"description": "Override resource store URI for generated PDF files",
"type": "named",
"name": "--resource-store-uri"
},
{
"description": "Override base URL for HTTP transport (used for file links)",
"type": "named",
"name": "--base-url"
},
{
"description": "Override logging level",
"type": "named",
"name": "--log-level"
}
],
"environmentVariables": [
{
"description": "Resource store URI for generated PDF files (file://)",
"value": "file://~/.mcp-z/mcp-pdf/files",
"default": "file://~/.mcp-z/mcp-pdf/files",
"placeholder": "file://~/.mcp-z/mcp-pdf/files",
"name": "RESOURCE_STORE_URI"
},
{
"description": "HTTP server port (overrides --port)",
"placeholder": "3000",
"name": "PORT"
},
{
"description": "Base URL for HTTP transport (used for file links)",
"placeholder": "http://localhost:{PORT}",
"name": "BASE_URL"
},
{
"description": "Logging level",
"value": "info",
"default": "info",
"placeholder": "info",
"choices": [
"debug",
"info",
"warn",
"error"
],
"name": "LOG_LEVEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-01-10T14:22:18.445302Z",
"publishedAt": "2026-01-10T14:22:18.445302Z",
"updatedAt": "2026-01-10T14:22:18.445302Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/mcp-z/mcp-pdf#readme
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.