home / mcp / google docs mcp server
MCP server that reads and edits Google Docs via OAuth, enabling document workflows through an MCP client.
Configuration
View docs{
"mcpServers": {
"domdomegg-google-documents-mcp": {
"url": "http://localhost:3000/mcp",
"headers": {
"MCP_TRANSPORT": "http",
"GOOGLE_CLIENT_ID": "YOUR_CLIENT_ID",
"GOOGLE_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
}
}
}
}Get full raw JSON structure of a Google Document, including tabs, formatting, headers, footers, and styles.
Extract plain text content from a Google Document.
Create a new blank Google Document.
Apply multiple edits to a document atomically, including insertions, deletions, and formatting changes.
Append text to the end of a document.
Insert text at a specific index in the document.
Find and replace text within the document.