GuidesPlatform Guide
Platform GuideBeginner 3 min

Connect Gmail to MCP360

Connect Gmail and Google Calendar to MCP360 for AI-powered email management and scheduling.

Prerequisites

  • Google account with Gmail and Calendar
  • MCP360 account with Email & Calendar MCP subscription
  • Step 1: Connect via OAuth

  • Go to [Dashboard → Accounts](/dashboard/accounts)
  • Click **Connect** next to **Gmail**
  • Sign in with your Google account
  • Authorize MCP360 — we request: Gmail read, Calendar read/write, send email
  • Step 2: Configure AI Client

    json
    {
      "mcpServers": {
        "mcp360-email": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://email.mcp.mcp360.net/"],
          "env": { "MCP_API_KEY": "mcp_live_YOUR_KEY_HERE" }
        }
      }
    }

    Example Queries

    > Summarize my unread emails and tell me what needs my attention today
    > Draft a reply to Sarah's email about the Agency plan — be brief and professional
    > Find a 30-minute slot this week for a team call
    > Prepare a meeting brief for my 2pm Acme Corp call
    > What meetings do I have tomorrow?

    Privacy Note

    MCP360 reads your emails and calendar data only when you explicitly request it via a tool call. We never store email content — only usage metadata (which tool was called, when).

    Related Guides