Skip to content

MCP Google Docs Connection

The Google Docs connection exposes 5 tools for searching, reading, editing, renaming, and deleting Google Docs.

Endpoint

https://mcp.porteden.com/google-docs

Providers

Google Docs (via Google Drive)

// Claude Desktop config
{
"mcpServers": {
"porteden-google-docs": {
"url": "https://mcp.porteden.com/google-docs"
}
}
}

Tools (5)

Each tool is labelled with its access level. The user must grant the matching permission at my.porteden.com.

ToolAccessDescription
google_docs_searchReadSearch Google Docs across connected drives (pre-filtered to Docs only).
google_docs_readReadRead a Doc's content as plain text (fast) or as structured paragraphs with formatting (detailed).
google_docs_editUpdateEdit a Doc with insert, append, and replace operations. Up to 100 ops per call; max 5 MB request.
google_docs_renameUpdateRename a Doc.
google_docs_deleteDeleteSend a Doc to trash. Recoverable by the owner.

Editing Operations

The google_docs_edit tool supports three operation types:

  • Insert — insert text at a specific character index
  • Append — add text at the end of the document
  • Replace — find and replace text throughout the document

Note

Multiple inserts are automatically sorted by descending index to avoid position drift. You can batch up to 100 operations in a single call.

Example Prompts

"Read the planning doc and summarize the key decisions."
"Append a summary of our meeting to the planning doc."
"Replace all instances of Q1 with Q2 in the strategy doc."
"Find all docs shared with me in the last week."

Limits

ToolLimit
google_docs_searchUp to 100 results per page (default 25)
google_docs_editUp to 100 operations per call; max 5 MB request body