Files
cursor__plugins/gmail/.cursor-plugin/plugin.json
Cursor Agent 010170622b google plugins: require Cursor 3.13.0 or newer
Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-07-31 17:37:46 +00:00

33 lines
717 B
JSON

{
"name": "gmail",
"displayName": "Gmail",
"version": "1.0.0",
"minClientVersions": {
"cursor": "3.13.0"
},
"description": "Connect Cursor to Gmail via Google's remote MCP server — search, read, draft, label, and manage email.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/gmail",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/logo.svg",
"keywords": [
"gmail",
"email",
"google",
"mcp",
"workspace"
],
"category": "productivity",
"tags": [
"gmail",
"email",
"mcp",
"google-workspace"
],
"mcpServers": "./mcp.json"
}