mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
010170622b
Co-authored-by: Alex Vandak Maloney <maloney.a12@gmail.com>
33 lines
717 B
JSON
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"
|
|
}
|