Files
cursor__plugins/google-docs/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
128 B
JSON

{
"mcpServers": {
"google-docs": {
"type": "http",
"url": "https://docsmcp.googleapis.com/mcp/v1"
}
}
}