mcp-google-sheets and google-workspace-mcp
These are complements that serve different scopes: the first provides specialized, feature-rich spreadsheet manipulation through Google Sheets API, while the second offers broader Google Workspace integration (Gmail, Calendar, Drive) with a more general-purpose authentication layer, allowing them to be used together in different contexts within the same MCP ecosystem.
About mcp-google-sheets
xing5/mcp-google-sheets
This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Exposes 19 specialized tools for spreadsheet operations (CRUD, batching, formatting, sharing, search) beyond basic creation/modification, with support for both Service Account and OAuth authentication. Built as a Python MCP server using stdio transport, designed to integrate with MCP-compatible clients like Claude Desktop to enable natural language-driven spreadsheet workflows. Features optional tool filtering to reduce token consumption by exposing only required capabilities.
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).
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work