DocAuto for Grok
io.github.gzucob/docauto-mcp
Model Context Protocol server for the DocAuto document-generation API.
client:Grok
transport:stdio
runtime:pypi
Install DocAuto in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"docauto-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"docauto-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