Files
cursor__plugins/gmail/README.md
Alex Vandak Maloney 550920abb0 Use official Google product names and 2026 brand logos
Set displayName to Gmail / Google Drive / Calendar / Docs / Sheets /
Slides and replace placeholder icons with Google's productlogos SVGs
from gstatic.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-30 10:54:41 -07:00

1.0 KiB

Gmail

Cursor plugin that connects agents to Gmail through Google's remote Model Context Protocol server.

Search threads, read messages, manage labels and drafts, and compose mail in the signed-in Gmail account.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Gmail.
  3. Click Install, then complete the Google sign-in prompt.

Or run /add-plugin gmail in chat.

MCP

{
  "mcpServers": {
    "gmail": {
      "type": "http",
      "url": "https://gmailmcp.googleapis.com/mcp/v1"
    }
  }
}

Auth is OAuth 2.0 against Google. Cursor prompts for Google sign-in when the plugin connects.

Docs

Logo is the official Gmail product icon: https://www.gstatic.com/images/branding/productlogos/gmail_2026/v1/192px.svg

License

MIT