Google Workspace MCP Server
@aaronsb
About Google Workspace MCP Server
A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"google-workspace-mcp": {
"command": "npx",
"args": [
"@aaronsb/google-workspace-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Google Workspace MCP Server?
Google Workspace MCP Server is an MCP server that gives AI agents authenticated access to Google Workspace services (Gmail, Calendar, Drive, Sheets, Docs, Tasks, Meet) through a single interface. Built on Google’s official Workspace CLI, it handles multi-account credential routing, response formatting optimized for AI consumption, and provides contextual guidance for agents.
How to use Google Workspace MCP Server?
Install via the .mcpb bundle (drag into Claude Desktop) or via npm (npx @aaronsb/google-workspace-mcp). Set GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET environment variables. Add an account with manage_accounts { "operation": "authenticate" }, then use tools like manage_email, manage_calendar, and manage_drive by specifying the account email. Multi-step workflows can be chained using queue_operations with result references.
Key features of Google Workspace MCP Server?
- Multi-account credential routing with per-account isolation.
- Manifest-driven factory for easy API coverage expansion.
- 7 Google-service tools covering ~80 operations.
- Responses include next-steps guidance for agents.
- XDG-compliant credential storage.
- Chained multi-step workflows with result references.
Use cases of Google Workspace MCP Server?
- Search and triage email across personal and work accounts.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments