PDF Generator for Grok
io.github.mcp-z/mcp-pdf
MCP server for creative PDF generation with full emoji, Unicode, and offline support
client:Grok
transport:stdio
runtime:npm
Install PDF Generator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-pdf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mcp-z/mcp-pdf"
],
"env": {
"RESOURCE_STORE_URI": "<RESOURCE_STORE_URI>",
"PORT": "<PORT>",
"BASE_URL": "<BASE_URL>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs