gdrive-write-mcp

anaborne/gdrive-write-mcp
★ 0 stars TypeScript File System Updated 2d ago
MCP server giving AI assistants real write access to Google Drive: in-place edits that preserve file IDs, revision history, comments, and sharing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gdrive-write-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anaborne/gdrive-write-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that gives AI assistants real write access to Google Drive. It does in-place content updates, appends, and find/replace edits that preserve a file's ID, sharing settings, and revision history. --- Most Google Drive integrations for AI assistants are read-plus-create. They can search files, read them, make new ones, and move old ones to the bin. They have no way to change the content of a file that already exists.

Tools (13)

contentconvertToexpectedRevisionTokenfileIdmimeTypenewStringoldStringpageSizeparentIdqueryreplaceAllseparatortext

Topics

ai-toolsclaude-codegooglegoogle-drivellmmcpmodel-context-protocolnodejstypescript