MCP.so
登录

Google Workspace MCP Server

@aaronsb

关于 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

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

aaronsb

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "google-workspace-mcp": {
      "command": "npx",
      "args": [
        "@aaronsb/google-workspace-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器