Google Docs MCP Server
Rank #17046io.github.gigabrain-observer/google-docs-mcp-server
Provides comprehensive interaction with Google Docs, featuring specialized support for document tabs, nested structures, and markdown conversion. It enables users to list, read, create, and perform complex batch updates on documents using Google service accounts.
Google Docs MCP Server is a Model Context Protocol (MCP) server published by gigabrainobserver. It ranks #17046 of 58,900 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Google Docs MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 21, 2026 and most recently updated on Feb 21, 2026.
Ranks ahead of 41,854 of 58,900 servers on MCP Toplist.
Use Google Docs MCP Server
Add Google Docs MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"google-docs-mcp-server": {
"command": "uvx",
"args": [
"google-docs-mcp-server"
],
"env": {
"SERVICE_ACCOUNT_PATH": "<your SERVICE_ACCOUNT_PATH>",
"SUBJECT_EMAIL": "<your SUBJECT_EMAIL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
gigabrainobserver
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Feb 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Google Docs MCP Server?
- Provides comprehensive interaction with Google Docs, featuring specialized support for document tabs, nested structures, and markdown conversion. It enables users to list, read, create, and perform complex batch updates on documents using Google service accounts.
- Who maintains Google Docs MCP Server?
- Google Docs MCP Server is maintained by gigabrainobserver, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Google Docs MCP Server an official MCP server?
- Yes — Google Docs MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Google Docs MCP Server have?
- MCP Toplist tracks 2 versions of Google Docs MCP Server, most recently published on Feb 21, 2026.
- Where can I find the source code for Google Docs MCP Server?
- The source code for Google Docs MCP Server is hosted at github.com/gigabrainobserver/google-docs-mcp-server.