Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"google-docs": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-google-docs",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify google docs credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Create, read, edit, and format Google Docs — paragraph styling, tables, images, comments, and real-time collaboration via Google Docs API.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-google-docs
This MCP server gives AI agents access to Google Docs via 15 tools. Connect it to any Aerostack workspace and your agents can interact with Google Docs directly.
| Tool | Description |
|---|---|
create_document | Create a new blank Google Doc with a title |
get_document | Get a document with its full content structure (paragraphs, tables, lists) |
list_documents | List Google Docs in Drive with title, last modified, and sharing info |
insert_text | Insert text at a specific position in the document |
append_text | Append text to the end of the document |
replace_text | Find and replace text throughout the document |
delete_content | Delete content in a range of character indices |
format_text | Apply formatting (bold, italic, font size, color) to a text range |
set_paragraph_style | Set paragraph heading level, alignment, or spacing |
insert_table | Insert a table at a position in the document |
list_comments | List all comments on a document with replies |
add_comment | Add a comment to the document (anchored to quoted text) |
resolve_comment | Resolve (close) a comment |
share_document | Share a document with a user (viewer, commenter, or editor) |
get_document_permissions | List who has access to a document and their roles |
| Variable | Required | Description |
|---|---|---|
GOOGLE_ACCESS_TOKEN | Yes | Google OAuth 2.0 access token (requires docs.googleapis.com and drive.googleapis.com scopes) |
Add the following secrets under Project → Secrets:
GOOGLE_ACCESS_TOKENOnce added, every AI agent in your workspace can use Google Docs tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-google-docs \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-GOOGLE-ACCESS-TOKEN: your-google-access-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"create_document","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-google-docs
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Search, index, and manage documents in your Elasticsearch cluster — AI-native full-text search and analytics.
by @aerostack
Scrape web pages, crawl entire sites, extract structured data, and search the web — AI-native web data extraction for RAG pipelines.
by @aerostack
Manage Google Ads campaigns, ad groups, keywords, and budgets — automate your PPC advertising with AI.
by @aerostack
Read, write, and format Google Sheets data — use your spreadsheets as a live AI-accessible data source.
by @aerostack
Manage CMS collections, publish content, and control site deployments in Webflow — AI-powered web publishing.
by @aerostack
Create and manage Google Meet spaces, schedule meetings via Google Calendar, list participants, access recordings and transcripts.
Yes. The Google Docs MCP includes a create_document tool that lets Claude create documents in your Google Docs account from a plain-English prompt. You can also update and delete documents — no Google Docs UI needed.
Yes. The Google Docs MCP includes tools to list and retrieve documents from your Google Docs account. Claude can filter, sort, and summarize documents based on your instructions.
Yes. The Google Docs MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 15 Google Docs tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Google Docs MCP with encrypted credential storage and per-account authentication. Your Google Docs credentials are never shared with Claude's conversation — they're used server-side only.