gogcli-mcp 2.25.0 → 2.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "metadata": {
9
9
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
10
- "version": "2.25.0"
10
+ "version": "2.27.0"
11
11
  },
12
12
  "plugins": [
13
13
  {
@@ -15,7 +15,7 @@
15
15
  "displayName": "gogcli",
16
16
  "source": "./",
17
17
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
18
- "version": "2.25.0",
18
+ "version": "2.27.0",
19
19
  "author": {
20
20
  "name": "Chris Hall"
21
21
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gogcli-mcp",
3
3
  "displayName": "gogcli",
4
- "version": "2.25.0",
4
+ "version": "2.27.0",
5
5
  "description": "Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets",
6
6
  "author": {
7
7
  "name": "Chris Hall",
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > [!WARNING]
4
4
  > **AI-developed project.** This codebase was built and is actively maintained by [Claude Code](https://www.anthropic.com/claude). Review all code and tool permissions before use.
5
5
 
6
- Base [Model Context Protocol](https://modelcontextprotocol.io) server that gives Claude access to Google Workspace via [gogcli](https://github.com/openclaw/gogcli). Includes 52 tools across 8 services: Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.
6
+ Base [Model Context Protocol](https://modelcontextprotocol.io) server that gives Claude access to Google Workspace via [gogcli](https://github.com/openclaw/gogcli). Includes 114 tools across 13 services: Sheets, Docs, Gmail, Calendar, Drive, Slides, Classroom, Chat, Apps Script, Tasks, Contacts, the generic Discovery API escape hatch, and Auth.
7
7
 
8
8
  For extended Sheets or Docs support, see [gogcli-mcp-sheets](https://www.npmjs.com/package/gogcli-mcp-sheets) and [gogcli-mcp-docs](https://www.npmjs.com/package/gogcli-mcp-docs).
9
9
 
@@ -46,18 +46,23 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
46
46
  claude mcp add gogcli-mcp -- gogcli-mcp
47
47
  ```
48
48
 
49
- ## Tools (52)
49
+ ## Tools (114)
50
50
 
51
51
  | Service | Tools | Includes |
52
52
  |---------|-------|----------|
53
53
  | **Sheets** | 8 | get, update, append, clear, metadata, create, find-replace, run |
54
54
  | **Docs** | 7 | info, cat, create, write, find-replace, structure, run |
55
- | **Gmail** | 4 | search, get, send, run |
55
+ | **Gmail** | 6 | search, get, send, reply, reply-all, run |
56
56
  | **Calendar** | 7 | events, get, create, update, delete, respond, run |
57
- | **Drive** | 9 | ls, search, get, mkdir, rename, move, delete, share, run |
57
+ | **Drive** | 11 | ls, search, get, mkdir, rename, move, delete, share, extract-text, read-bytes, run |
58
+ | **Slides** | 7 | export, info, create, copy, list-slides, read-slide, run |
59
+ | **Classroom** | 25 | courses, students, teachers, roster, coursework, submissions (grade/return/turn-in/reclaim), announcements, topics, invitations, profile, run |
60
+ | **Chat** | 12 | spaces list/find/create, threads list, messages list/send, dm send/space, reactions list/create/delete, run |
61
+ | **Apps Script** | 8 | get, content, pull, create, deployments, versions, run-function, run |
58
62
  | **Tasks** | 7 | lists, list, get, add, done, delete, run |
59
63
  | **Contacts** | 5 | search, list, get, create, run |
60
- | **Auth** | 5 | list, status, services, add, run |
64
+ | **API** | 3 | list, describe, call |
65
+ | **Auth** | 8 | list, status, health, services, add, add-url, add-complete, run |
61
66
 
62
67
  All tools accept an optional `account` parameter to target a specific Google account.
63
68
 
package/SKILL.md CHANGED
@@ -1,11 +1,11 @@
1
1
  ---
2
2
  name: gogcli-mcp
3
- description: Use when the user asks to interact with Google Workspace services. Triggers for requests involving Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, or Contacts — such as "read my spreadsheet", "search my email", "create a calendar event", "list my drive files", or "add a contact". For extended Sheets or Docs support, see gogcli-mcp-sheets and gogcli-mcp-docs.
3
+ description: Use when the user asks to interact with Google Workspace services. Triggers for requests involving Google Sheets, Docs, Gmail, Calendar, Drive, Slides, Classroom, Chat, Apps Script, Tasks, or Contacts — such as "read my spreadsheet", "search my email", "create a calendar event", "list my drive files", or "add a contact". For extended Sheets or Docs support, see gogcli-mcp-sheets and gogcli-mcp-docs.
4
4
  ---
5
5
 
6
6
  # gogcli-mcp
7
7
 
8
- MCP server wrapping [gogcli](https://github.com/openclaw/gogcli) — provides Claude with access to Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.
8
+ MCP server wrapping [gogcli](https://github.com/openclaw/gogcli) — provides Claude with access to Google Sheets, Docs, Gmail, Calendar, Drive, Slides, Classroom, Chat, Apps Script, Tasks, Contacts, and Auth.
9
9
 
10
10
  - **Source:** [github.com/chrischall/gogcli-mcp](https://github.com/chrischall/gogcli-mcp)
11
11
 
@@ -32,17 +32,22 @@ MCP server wrapping [gogcli](https://github.com/openclaw/gogcli) — provides Cl
32
32
 
33
33
  `GOG_ACCOUNT` is optional — omit it to use gogcli's configured default account.
34
34
 
35
- ## Tools (52)
35
+ ## Tools (114)
36
36
 
37
37
  | Service | Tools |
38
38
  |---------|-------|
39
39
  | **Sheets** (8) | get, update, append, clear, metadata, create, find-replace, run |
40
40
  | **Docs** (7) | info, cat, create, write, find-replace, structure, run |
41
- | **Gmail** (4) | search, get, send, run |
41
+ | **Gmail** (6) | search, get, send, reply, reply-all, run |
42
42
  | **Calendar** (7) | events, get, create, update, delete, respond, run |
43
- | **Drive** (9) | ls, search, get, mkdir, rename, move, delete, share, run |
43
+ | **Drive** (11) | ls, search, get, mkdir, rename, move, delete, share, extract-text, read-bytes, run |
44
+ | **Slides** (7) | export, info, create, copy, list-slides, read-slide, run |
45
+ | **Classroom** (25) | courses, students, teachers, roster, coursework, submissions (grade/return/turn-in/reclaim), announcements, topics, invitations, profile, run |
46
+ | **Chat** (12) | spaces list/find/create, threads list, messages list/send, dm send/space, reactions list/create/delete, run |
47
+ | **Apps Script** (8) | get, content, pull, create, deployments, versions, run-function, run |
44
48
  | **Tasks** (7) | lists, list, get, add, done, delete, run |
45
49
  | **Contacts** (5) | search, list, get, create, run |
46
- | **Auth** (5) | list, status, services, add, run |
50
+ | **API** (3) | list, describe, call |
51
+ | **Auth** (8) | list, status, health, services, add, add-url, add-complete, run |
47
52
 
48
53
  All tools accept an optional `account` parameter to override the default Google account for that call.