Google Docs for Grok
io.github.domdomegg/google-documents-mcp
Allow AI systems to read and edit Google Docs.
client:Grok
transport:stdio
runtime:npm
Install Google Docs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"google-documents-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-documents-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
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