Loading MCP server directory, please wait...
MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-docsRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-docs": {
"command": "npx",
"args": [
"-y",
"@a1-x-tech/mcp-google-docs"
],
"env": {
"GOOGLE_DOCS_CLIENT_ID": "",
"GOOGLE_DOCS_CLIENT_SECRET": "",
"GOOGLE_DOCS_REFRESH_TOKEN": "",
"GOOGLE_DOCS_ACCESS_TOKEN": "",
"GOOGLE_DOCS_API_BASE": "https://docs.googleapis.com",
"GOOGLE_DOCS_DRIVE_API_BASE": "https://www.googleapis.com",
"GOOGLE_DOCS_TIMEOUT_MS": "60000",
"GOOGLE_DOCS_MAX_RETRIES": "3"
}
}
}
}