gogcli mcp docs for Grok
io.github.chrischall/gogcli-mcp-docs
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support
client:Grok
transport:stdio
runtime:npm
Install gogcli mcp docs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gogcli-mcp-docs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gogcli-mcp-docs"
],
"env": {
"GOG_ACCOUNT": "<GOG_ACCOUNT>",
"GOG_PATH": "<GOG_PATH>"
}
}
}
}
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