Google Docs MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 30 Aug 2026.
MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.
Today is the operative word: we check Google Docs MCP 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 mcp-google-docs -- npx -y @a1-x-tech/mcp-google-docs
{
"mcpServers": {
"mcp-google-docs": {
"args": [
"-y",
"@a1-x-tech/mcp-google-docs"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-google-docs]
command = "npx"
args = ["-y", "@a1-x-tech/mcp-google-docs"]
{
"mcpServers": {
"mcp-google-docs": {
"args": [
"-y",
"@a1-x-tech/mcp-google-docs"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-google-docs": {
"args": [
"-y",
"@a1-x-tech/mcp-google-docs"
],
"command": "npx"
}
}
}
MCP server for the Google Slides API: presentations, slides, text, shapes, images and tables.
Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.
MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
MCP server for the Google Chat API: spaces, messages, threads, reactions and memberships.
MCP server for the Google Forms API: create forms, manage questions, read responses and watches.
MCP server for Google Gemini image generation and editing
Answers built from our own checks of this server.