io.github.gigabrain-observer/google-docs-mcp-server MCP Server
io.github.gigabrain-observer/google-docs-mcp-server
What is the io.github.gigabrain-observer/google-docs-mcp-server MCP server?
Google Docs MCP server with full tab support, markdown extraction, and batch updates.
How to install io.github.gigabrain-observer/google-docs-mcp-server
Copy-paste configuration for popular MCP clients.
SERVICE_ACCOUNT_PATHrequiredPath to the Google service account JSON key file
SUBJECT_EMAILrequiredEmail of the Workspace user to impersonate via domain-wide delegation
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"google-docs-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"google-docs-mcp-server"
],
"env": {
"SERVICE_ACCOUNT_PATH": "<YOUR_SERVICE_ACCOUNT_PATH>",
"SUBJECT_EMAIL": "<YOUR_SUBJECT_EMAIL>"
}
}
}
}claude mcp add google-docs-mcp-server --env SERVICE_ACCOUNT_PATH=<YOUR_SERVICE_ACCOUNT_PATH> --env SUBJECT_EMAIL=<YOUR_SUBJECT_EMAIL> -- uvx google-docs-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.