Skip to content

This release adds 2 notable features for engineering teams evaluating rollout.

Published 11mo MCP SaaS Integrations
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai g-suite gmail google-calendar google-chat google-docs
+14 more
google-drive google-forms google-sheets google-tasks google-workspace gsuite llm llm-tools mcp mcp-server model-context-protocol model-context-protocol-server model-context-protocol-servers workspace

Affected surfaces

auth

Summary

AI summary

Added comprehensive Google Docs comment management tools.

Full changelog

Key Changes:

  • Environment Variable Configuration:

    • You can now configure the server using GOOGLE_OAUTH_CLIENT_ID and GOOGLE_OAUTH_CLIENT_SECRET environment variables.
    • The credential loading priority is:
      1. Environment Variables
      2. GOOGLE_CLIENT_SECRETS path
      3. client_secret.json in the root directory.
  • Updated Authentication Flow:

  • Improved Error Handling & Logging:

    • Enhanced error messages in core/server.py and auth/oauth_callback_server.py to guide users on setting up credentials if they are missing.
    • Added logging to indicate whether credentials were loaded from environment variables or a file.

Feature: Google Docs Comment Management

This PR adds comprehensive comment management functionality to the Google Workspace MCP server.

New Tools Added:

  • `read_doc_comments` - Read all comments and replies from a Google Doc
  • `reply_to_comment` - Reply to specific comments in documents
  • `create_doc_comment` - Create new comments on documents
  • `resolve_comment` - Mark comments as resolved

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track taylorwilsdon/google_workspace_mcp

Get notified when new releases ship.

Sign up free

About taylorwilsdon/google_workspace_mcp

Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets over stdio, Streamable HTTP and SSE transports.

All releases →

Beta — feedback welcome: [email protected]