
Google Docs MCP
by ophydami
Connect Claude to Google Docs to list, read, create, update, and search documents directly from your AI chat.
What it does
This MCP server integrates Google Docs and Drive with your AI assistant, allowing it to manage your documents without leaving the chat interface. It provides a bridge for reading document content, creating new files, and searching your Drive.
Tools
create-doc: Creates a new Google Doc with a title and content.update-doc: Appends or replaces content in an existing document.search-docs: Finds Google Docs based on text queries.delete-doc: Removes a Google Doc by its ID.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"googledocs": {
"command": "node",
"args": ["/absolute/path/to/build/server.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install mcp-google-docsInformation
- Pricing
- free
- Published
- 5/15/2026
- stars






