parseflow for Grok
io.github.libres-coder/parseflow
PDF parsing server with text extraction, metadata, search, images, and TOC via MCP
client:Grok
transport:stdio
runtime:npm
Install parseflow in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"parseflow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"parseflow-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