Files
cursor__plugins/gmail/mcp.json
Alex Vandak Maloney 19320359b5 feat: add Google Workspace MCP plugins
Add first-party plugins for Gmail, Drive, Calendar, Docs, Sheets, and
Slides that wrap Google's remote MCP endpoints.
2026-07-30 10:45:19 -07:00

9 lines
123 B
JSON

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