google-workspace-mcp and google-mcp-remote
One tool is an MCP server providing authenticated access to Google Workspace APIs, and the other is a collection of Google-native tools for the MCP, suggesting they are complementary where the latter's tools would utilize the former's server for API access.
About google-workspace-mcp
aaronsb/google-workspace-mcp
A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality
Implements a manifest-driven factory architecture that converts declarative YAML into fully functional MCP tools, eliminating code changes when adding new Google API operations. Built on Google's official Workspace CLI (gws), it exposes 32+ operations across Gmail, Calendar, and Drive with automatic response formatting, multi-account credential isolation, and operation chaining via result references ($N.field syntax).
About google-mcp-remote
vakharwalad23/google-mcp-remote
Collection of Google-native tools (e.g., Gmail, Calendar) for the MCP
Implements as a Cloudflare Workers serverless function that handles OAuth 2.0 authentication with Google APIs, storing tokens in Cloudflare KV for stateless operation. Exposes comprehensive tooling for Gmail, Calendar, Drive, Tasks, YouTube, and Contacts through MCP's SSE transport, enabling AI clients like Claude and Cursor to perform authenticated Google operations without local credential management.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work