Google Docs runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 30 Aug 2026.
MCP server for Google Docs integration with OAuth2 and service account support.
Today is the operative word: we check Google Docs every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add google-docs -- npx -y google-docs-workspace-mcp-server
{
"mcpServers": {
"google-docs": {
"args": [
"-y",
"google-docs-workspace-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.google-docs]
command = "npx"
args = ["-y", "google-docs-workspace-mcp-server"]
{
"mcpServers": {
"google-docs": {
"args": [
"-y",
"google-docs-workspace-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"google-docs": {
"args": [
"-y",
"google-docs-workspace-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GOOGLE_DOCS_OAUTH_CLIENT_ID (OAuth2 client ID from Google Cloud Console.), GOOGLE_DOCS_OAUTH_CLIENT_SECRET (OAuth2 client secret from Google Cloud Console.), GOOGLE_DOCS_OAUTH_REFRESH_TOKEN (Long-lived refresh token obtained from the oauth-setup command.), GOOGLE_DOCS_SERVICE_ACCOUNT_CLIENT_EMAIL (Service account email address for domain-wide delegation.), GOOGLE_DOCS_SERVICE_ACCOUNT_PRIVATE_KEY (Service account private key in PEM format.), GOOGLE_DOCS_IMPERSONATE_EMAIL (Email address to impersonate in Google Workspace.), GOOGLE_DOCS_ENABLED_TOOLGROUPS (Comma-separated list of tool groups to enable (readonly, readwrite, readwrite_external).).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Google Calendar integration with service account support and domain-wide delegation.
Google Docs MCP server with full tab support, markdown extraction, and batch updates.
Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting
MCP server for Google Gemini image generation and editing
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
MCP server for Google Veo AI video generation
Google Drive integration with file operations, folder navigation, search, and sharing
MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.
Answers built from our own checks of this server.