Google Docs
Freeby MCP Community
MCP server for Google Docs, Sheets & Drive with full formatting support. Fixed OAuth flow for modern Google API.
v1.3.1Added Apr 12, 2026
mcpgoogle-docsgoogle-drivegoogle-sheetsai
Google Docs MCP Server
MCP server for Google Docs, Sheets & Drive with full formatting support. Fixed OAuth flow for modern Google API.
Installation
npx -y @suncreation/mcp-google-docs
Reviews
Installation
Quick install
npx -y @suncreation/mcp-google-docs
Add to claude_desktop_config.json
{
"mcpServers": {
"google-docs": {
"command": "npx",
"args": ["-y", "@suncreation/mcp-google-docs"]
}
}
}