Skip to content
Cline

Google Docs MCP for Cline

io.github.a1-x-tech/mcp-google-docs

MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.

client:Cline transport:stdio runtime:npm

Install Google Docs MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-google-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@a1-x-tech/mcp-google-docs"
      ],
      "env": {
        "GOOGLE_DOCS_CLIENT_ID": "<GOOGLE_DOCS_CLIENT_ID>",
        "GOOGLE_DOCS_CLIENT_SECRET": "<GOOGLE_DOCS_CLIENT_SECRET>",
        "GOOGLE_DOCS_REFRESH_TOKEN": "<GOOGLE_DOCS_REFRESH_TOKEN>",
        "GOOGLE_DOCS_ACCESS_TOKEN": "<GOOGLE_DOCS_ACCESS_TOKEN>",
        "GOOGLE_DOCS_OAUTH_PORT": "<GOOGLE_DOCS_OAUTH_PORT>",
        "GOOGLE_DOCS_API_BASE": "<GOOGLE_DOCS_API_BASE>",
        "GOOGLE_DOCS_DRIVE_API_BASE": "<GOOGLE_DOCS_DRIVE_API_BASE>",
        "GOOGLE_DOCS_TIMEOUT_MS": "<GOOGLE_DOCS_TIMEOUT_MS>",
        "GOOGLE_DOCS_MAX_RETRIES": "<GOOGLE_DOCS_MAX_RETRIES>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Google Docs MCP in other clients