Google Docs✓
io.github.domdomegg/google-documents-mcp · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.domdomegg/google-documents-mcp",
"description": "Allow AI systems to read and edit Google Docs.",
"title": "Google Docs",
"repository": {
"url": "https://github.com/domdomegg/google-documents-mcp.git",
"source": "github"
},
"version": "1.2.0",
"websiteUrl": "https://github.com/domdomegg/google-documents-mcp#readme",
"packages": [
{
"registryType": "npm",
"identifier": "google-documents-mcp",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google OAuth access token with Docs scope.",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_ACCESS_TOKEN"
}
]
},
{
"registryType": "npm",
"identifier": "google-documents-mcp",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
},
"environmentVariables": [
{
"description": "Transport type.",
"isRequired": true,
"value": "http",
"name": "MCP_TRANSPORT"
},
{
"description": "Google OAuth client ID.",
"isRequired": true,
"name": "GOOGLE_CLIENT_ID"
},
{
"description": "Google OAuth client secret.",
"isRequired": true,
"isSecret": true,
"name": "GOOGLE_CLIENT_SECRET"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}