{
  "name": "Google Docs MCP server — read & write access for agents",
  "nodes": [
    {
      "id": "7726c8ac-204b-4464-b4eb-8cde21dbe515",
      "name": "Google Drive MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        720,
        -320
      ]
    },
    {
      "id": "b0645471-cf3d-4fe9-b313-1bb3267f32b5",
      "name": "Search Files from Gdrive",
      "type": "n8n-nodes-base.googleDriveTool",
      "position": [
        240,
        -96
      ]
    },
    {
      "id": "70d3d7a8-3058-450d-9659-ceb87c79b2e0",
      "name": "Create a document in Google Docs",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        448,
        -96
      ]
    },
    {
      "id": "548e33dc-c80e-448f-8dd0-d32de30abc00",
      "name": "Get a document in Google Docs",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        656,
        -96
      ]
    },
    {
      "id": "f2024410-0e71-42cf-b06e-d83d5667edc7",
      "name": "Update a document in Google Docs using Find and Replace",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        864,
        -96
      ]
    },
    {
      "id": "c0cb449d-ccb4-4573-8716-3243e8395050",
      "name": "Add Text to a document in Google Docs",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        1072,
        -96
      ]
    },
    {
      "id": "e5358578-99c0-4d4a-943f-a2643dc50a59",
      "name": "Add Page Break to the end of a document in Google Docs1",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        1296,
        -96
      ]
    },
    {
      "id": "1c8b55b9-750b-476d-b91b-5547990b7045",
      "name": "Create Checkbox List in a document in Google Docs1",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        448,
        64
      ]
    },
    {
      "id": "bea96516-cb71-421c-bcd0-0c93529e1ef1",
      "name": "Create Bullet List in a document in Google Docs",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        240,
        64
      ]
    },
    {
      "id": "73172169-dbd4-42f2-826c-86fe7bab7ffd",
      "name": "Create Numbered List in a document in Google Docs",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        656,
        64
      ]
    },
    {
      "id": "3609d5c9-7379-4c02-bd60-aa6f53422852",
      "name": "Insert Empty Table to the end of a document in Google Docs1",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        864,
        64
      ]
    },
    {
      "id": "7c39abdf-da09-49c5-b452-507fda4772e5",
      "name": "Insert Empty Table to a document in Google Docs using Index",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        1072,
        64
      ]
    },
    {
      "id": "a19cb50c-b144-4cd0-8ff3-4ecae24a763e",
      "name": "Insert Page Break to a document in Google Docs using Index",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        1520,
        -96
      ]
    },
    {
      "id": "d5655a38-0eec-4411-b93c-fdc238b1e006",
      "name": "Insert Text to the end of a document in Google Docs",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        1296,
        64
      ]
    },
    {
      "id": "5631701c-6abf-4ac6-9f88-3a074f64f466",
      "name": "Insert Text to a document in Google Docs using Index",
      "type": "n8n-nodes-base.googleDocsTool",
      "position": [
        1520,
        64
      ]
    },
    {
      "id": "6eeebb92-2cd7-4f9a-be12-ae9d3c24d405",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -736,
        -400
      ],
      "parameters": {
        "width": 288,
        "height": 640,
        "content": "## Google Docs MCP Access Server\nThis MCP server enables coding agents such as Claude, ChatGPT (with MCP support),\nClawed Code, and other MCP-compatible clients to interact with **Google Docs**\nprogra"
      }
    },
    {
      "id": "deddf09e-0f61-4376-92f9-fac50ac421ec",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -432,
        -400
      ],
      "parameters": {
        "width": 288,
        "height": 640,
        "content": "## Why This Google Docs MCP Server Matters\nCoding agents often struggle with Drive-only access:\n* They can *find* docs via Drive search…\n* …but **cannot reliably open, edit, or format content**.\n\nThis"
      }
    },
    {
      "id": "f6d906a5-a0b1-4f18-ac66-feb66d2ae261",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -400
      ],
      "parameters": {
        "width": 288,
        "height": 640,
        "content": "## How This MCP Server Works\n1. **Agent Sends a Request**  \n   The MCP client asks to *search docs*, *create*, *get*, or *update* a Google Doc.\n\n2. **Trigger Receives Input**  \n   The MCP Server Trigg"
      }
    }
  ],
  "connections": {
    "Search Files from Gdrive": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get a document in Google Docs": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create a document in Google Docs": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Add Text to a document in Google Docs": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Bullet List in a document in Google Docs": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Numbered List in a document in Google Docs": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Checkbox List in a document in Google Docs1": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Insert Text to the end of a document in Google Docs": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Insert Text to a document in Google Docs using Index": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Add Page Break to the end of a document in Google Docs1": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a document in Google Docs using Find and Replace": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Insert Page Break to a document in Google Docs using Index": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Insert Empty Table to a document in Google Docs using Index": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Insert Empty Table to the end of a document in Google Docs1": {
      "ai_tool": [
        [
          {
            "node": "Google Drive MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}