Skip to main content

MCP server for Google Workspace — Sheets, Drive, Docs, and Calendar. 60+ tools for AI clients.

Project description

mcp-gee-sweet

Your AI Assistant's Gateway to Google Workspace!

GitHub License

An MCP server that gives AI clients reliable, direct access to Google Workspace — Sheets, Drive, Docs, and Calendar. 60+ tools across four domains. Forked from xing5/mcp-google-sheets and expanded substantially.

Install (stable):

uvx mcp-gee-sweet

Install (bleeding edge — every code change on develop):

uvx --prerelease=allow mcp-gee-sweet

Full documentation →


Quick start

Option A: uv — local use and development

If you cloned the repo or just want to use the server from your machine, uv is all you need. No Docker required.

git clone https://github.com/khuisman/mcp-gee-sweet.git
cd mcp-gee-sweet
uv sync

Then point your MCP client at it using stdio transport (see MCP client config below). The client spawns the server as a subprocess on demand — each session gets its own isolated process, so restarting the server for a code change or config update doesn't affect other open sessions.

Option B: Docker — persistent shared server (SSE)

Use Docker when you want a single long-running server that multiple clients connect to over SSE — for example, Claude Desktop talking to the same instance as Claude Code.

git clone https://github.com/khuisman/mcp-gee-sweet.git
cd mcp-gee-sweet
make build   # build the container image
make start   # start the server (SSE on port 47000)
make logs    # tail logs

Point your MCP client at http://localhost:47000/sse.

Note: when using SSE, all clients share one server process. After a code change or restart (make restart), you must also restart each MCP client to reconnect.


Configuration

Set credentials via environment variable before starting the server. The recommended method for servers is a service account:

export SERVICE_ACCOUNT_PATH="/path/to/service_account.json"
export DRIVE_FOLDER_ID="your_drive_folder_id"

The server also supports OAuth, base64 credential injection, and Application Default Credentials. See Authentication for all options.


MCP client config

Claude Desktop — stdio (cloned repo):

{
  "mcpServers": {
    "mcp-gee-sweet": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/mcp-gee-sweet", "mcp-gee-sweet"],
      "env": {
        "SERVICE_ACCOUNT_PATH": "/path/to/service_account.json",
        "DRIVE_FOLDER_ID": "your_drive_folder_id"
      }
    }
  }
}

Claude Desktop — SSE (Docker):

{
  "mcpServers": {
    "mcp-gee-sweet": {
      "transport": "sse",
      "url": "http://localhost:47000/sse"
    }
  }
}

See Client Setup for more options including tool filtering.


Docs


Contributing

See CONTRIBUTING.md for setup, QA workflows, and PR guidelines. All items in docs/qa-checklist.md must be verified before any PyPI release.

License

MIT — see LICENSE.

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_gee_sweet-0.7.0.dev12.tar.gz (289.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_gee_sweet-0.7.0.dev12-py3-none-any.whl (64.4 kB view details)

Uploaded Python 3

File details

Details for the file mcp_gee_sweet-0.7.0.dev12.tar.gz.

File metadata

  • Download URL: mcp_gee_sweet-0.7.0.dev12.tar.gz
  • Upload date:
  • Size: 289.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for mcp_gee_sweet-0.7.0.dev12.tar.gz
Algorithm Hash digest
SHA256 5b5b5a46c23c6bb648853f6445a6327342bf51db1b68da1562a6260082116e15
MD5 a997076f8a3892a19c9284ad0f2c7d50
BLAKE2b-256 f7aba4e179a8f9355b20d028dc563b4eb508c6fd3ee8fa41799451d700c54122

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_gee_sweet-0.7.0.dev12.tar.gz:

Publisher: publish-dev.yml on khuisman/mcp-gee-sweet

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcp_gee_sweet-0.7.0.dev12-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_gee_sweet-0.7.0.dev12-py3-none-any.whl
Algorithm Hash digest
SHA256 89b112eee47b746433a36c4226965dfe05dd74eabe1b2aafa384e9c283474e80
MD5 df07e218b17ecf14549f6383c82660fc
BLAKE2b-256 4e83db503ce3bbb537985ecdb69fe58426e4cdf000aa69ebebc8e4ef36206a70

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_gee_sweet-0.7.0.dev12-py3-none-any.whl:

Publisher: publish-dev.yml on khuisman/mcp-gee-sweet

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page