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>
34 lines
747 B
JSON
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"
|
|
}
|