Google Docs MCP ServerServer

Gurgeron
GitHub
Google DocsMCP ServerCLI

Loading subscription status...

💡 Description

A server that connects Claude to Google Docs, enabling users to list, read, create, update, search, and delete documents in Google Drive through natural language interactions.

📝 JSON Entries

{
  "mcpServers": [
    {
      "googledocs": {
        "args": [
          "/absolute/path/to/build/server.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

create-docupdate-docinsert-textsearch-docsdelete-doc

Features

  • List all Google Docs
  • Read specific document contents
  • Create new documents
  • Update existing documents
  • Search documents
  • Delete documents

💬 Example Queries

  • Show me a list of all Google Docs
  • Create a new Google Doc titled 'Meeting Notes' with the content 'Topics to discuss: ...'
  • Update the document with ID '1abc123def456' to add this section: ...
  • Search for documents containing 'Project Proposal' in Google Docs
  • Delete the Google Doc with ID '1abc123def456'
  • Create a formal document about climate change
  • Analyze the content of the document with ID '1abc123def456'