Files
cursor__plugins/google-docs/.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

34 lines
747 B
JSON

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