MCP.so
登录

Google Workspace MCP Server

@Tarunkumarchelumalla

关于 Google Workspace MCP Server

暂无概览

基本信息

分类

沟通协作

许可证

MIT license

运行时

node

传输方式

stdio

发布者

Tarunkumarchelumalla

配置

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

{
  "mcpServers": {
    "gmail-mcp-server-tarunkumarchelumalla": {
      "command": "node",
      "args": [
        "get-refresh-token.js"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Google Workspace MCP Server?

A Model Context Protocol (MCP) server that provides tools for interacting with Gmail and Calendar APIs. It enables you to manage emails and calendar events programmatically through the MCP interface.

How to use Google Workspace MCP Server?

Set up Node.js 14+, Google Cloud Console with Gmail and Calendar APIs enabled, and OAuth 2.0 credentials. Clone the repo, run npm install, create credentials.json, execute node get-refresh-token.js to obtain a refresh token, then configure your MCP settings file with environment variables GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, and GOOGLE_REFRESH_TOKEN. Finally, run npm run build.

Key features of Google Workspace MCP Server

  • Gmail tools: list, search, send, modify emails
  • Calendar tools: list, create, update, delete events
  • OAuth 2.0 authentication with refresh token
  • Supports CC/BCC and email label modification
  • Calendar events with attendees and date ranges

Use cases of Google Workspace MCP Server

  • Automate email management (read, send, archive, search)
  • Schedule and update calendar events programmatically
  • Integrate email and calendar tasks into AI assistants
  • Create workflows that combine email filtering with event creation

FAQ from Google Workspace MCP Server

What are the prerequisites for using this server?

Node.js version 14 or higher, a Google Cloud Console project with the Gmail API and Google Calendar API enabled, and OAuth

评论

沟通协作 分类下的更多 MCP 服务器