io.github.gigabrain-observer/google-docs-mcp-server✓
io.github.gigabrain-observer/google-docs-mcp-server · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.github.gigabrain-observer/google-docs-mcp-server",
"description": "Google Docs MCP server with full tab support, markdown extraction, and batch updates.",
"repository": {
"url": "https://github.com/gigabrainobserver/google-docs-mcp-server",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "pypi",
"identifier": "google-docs-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the Google service account JSON key file",
"isRequired": true,
"format": "string",
"name": "SERVICE_ACCOUNT_PATH"
},
{
"description": "Email of the Workspace user to impersonate via domain-wide delegation",
"isRequired": true,
"format": "string",
"name": "SUBJECT_EMAIL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}