Files
cursor__plugins/third_party/gmail
roshansada 08631ab2ef Shorten plugin descriptions
Replace "Connect to [tool]" openers, em-dash asides, and MCP server
boilerplate with brief verb-first copy in plugin and marketplace
manifests. Resync the README table that mirrors them, adding rows that
had drifted out (teaching, ralph-loop, playwright, github, zoom, clay).
Also refresh the stale read-only X marketplace copy and clean em-dashes
from the Salesforce server URL help text.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 18:34:06 -07:00
..

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, placed on a white tile with padding so it reads well in the Cursor UI: https://www.gstatic.com/images/branding/productlogos/gmail_2026/v1/192px.svg

License

MIT