pdf toolkit mcp for Grok
io.github.aryanbv/pdf-toolkit-mcp
Write-capable PDF toolkit MCP: 22 tools to read, create, render, encrypt, merge & fill PDFs.
client:Grok
transport:stdio
runtime:npm
Install pdf toolkit mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pdf-toolkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aryanbv/pdf-toolkit-mcp"
]
}
}
}
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