pdfapi mcp server for Grok
io.github.amranswill/pdfapi-mcp-server
Generate invoice, receipt, and report PDFs from structured JSON via a single API call.
client:Grok
transport:stdio
runtime:npm
Install pdfapi mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pdfapi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aranswill/mcp-server"
]
}
}
}
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