mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
cf2d4997e5
Completes the third_party grouping so all vendor MCP integrations live in one place. Updates marketplace source paths, root README links, and the tree/main homepage URLs in each manifest. Safe for already-published plugins: the indexer keys plugin identity on (marketplaceId, name), so a re-index updates gitPath in place rather than creating a new row, and deprecation is name-based too. Logos stay relative to the plugin root and re-resolve against the new basePath. Co-authored-by: Cursor <cursoragent@cursor.com>
1.1 KiB
1.1 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
- Open Cursor Settings → Plugins.
- Search for Gmail.
- 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
- Google MCP setup: https://developers.google.com/workspace/gmail/api/guides/configure-mcp-server
- Workspace MCP overview: https://developers.google.com/workspace/guides/configure-mcp-servers
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