Google Docs for Claude Desktop
io.github.domdomegg/google-documents-mcp
Allow AI systems to read and edit Google Docs.
client:Claude Desktop
transport:stdio
runtime:npm
Install Google Docs in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"google-documents-mcp": {
"command": "npx",
"args": [
"-y",
"google-documents-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs