← Back to Plugins
MCP Server MCP

io.github.gigabrain-observer/google-docs-mcp-server

github By github 👁 1 views ▲ 0 votes

Google Docs MCP server with full tab support, markdown extraction, and batch updates.

Homepage Verified source GitHub

Install

uvx google-docs-mcp-server

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...