Google Docs runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 21 Jul 2026.
MCP server for Google Docs integration with OAuth2 and service account support.
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"
}
}
}
Answers built from our own checks of this server.