pdf4vllm for Grok
io.github.pyjudge/pdf4vllm
PDF reader for vision LLMs. Auto-detects text corruption and switches to image mode.
client:Grok
transport:stdio
runtime:pypi
Install pdf4vllm in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"pdf4vllm": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf4vllm-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