GSuite MCP Server

This is a Model Context Protocol (MCP) server for Google Workspace (Gmail, Calendar & Drive), deployed on Vercel.

Connect to this Server

Add this to your MCP client configuration:

{
  "mcpServers": {
    "gsuite": {
      "url": "https://your-app.vercel.app/api/mcp"
    }
  }
}

Available Tools

Gmail

Calendar

Drive

Accounts

Multi-Account Support

This server supports multiple Google accounts. Use the __user_id__parameter to specify which account to use for each operation.

Manage connected accounts →