mcp document converter for Grok
io.github.xt765/mcp-document-converter
Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.
client:Grok
transport:stdio
runtime:pypi
Install mcp document converter in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-document-converter": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-document-converter"
]
}
}
}
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