gogcli-mcp 1.0.10 → 2.0.2

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.
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # gogcli-mcp
2
2
 
3
- Base [Model Context Protocol](https://modelcontextprotocol.io) server that gives Claude access to Google Workspace via [gogcli](https://github.com/steipete/gogcli). Includes 53 tools across 8 services: Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.
3
+ > [!WARNING]
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
+
6
+ Base [Model Context Protocol](https://modelcontextprotocol.io) server that gives Claude access to Google Workspace via [gogcli](https://github.com/steipete/gogcli). Includes 52 tools across 8 services: Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.
4
7
 
5
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).
6
9
 
@@ -43,12 +46,12 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
43
46
  claude mcp add gogcli-mcp -- gogcli-mcp
44
47
  ```
45
48
 
46
- ## Tools (53)
49
+ ## Tools (52)
47
50
 
48
51
  | Service | Tools | Includes |
49
52
  |---------|-------|----------|
50
53
  | **Sheets** | 8 | get, update, append, clear, metadata, create, find-replace, run |
51
- | **Docs** | 8 | info, cat, create, write, find-replace, structure, comments (generic), run |
54
+ | **Docs** | 7 | info, cat, create, write, find-replace, structure, run |
52
55
  | **Gmail** | 4 | search, get, send, run |
53
56
  | **Calendar** | 7 | events, get, create, update, delete, respond, run |
54
57
  | **Drive** | 9 | ls, search, get, mkdir, rename, move, delete, share, run |
package/SKILL.md CHANGED
@@ -1,42 +1,21 @@
1
1
  ---
2
2
  name: gogcli-mcp
3
- description: Use when the user asks to read, write, or manage Google Sheets. Also triggers for requests involving Google Sheets data like "read my spreadsheet", "update a cell", "append rows", "create a spreadsheet", or "find and replace in Sheets". Broader Google service support (Gmail, Calendar, Drive) can be added via future service modules.
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.
4
4
  ---
5
5
 
6
6
  # gogcli-mcp
7
7
 
8
- MCP server wrapping [gogcli](https://github.com/steipete/gogcli) — provides Claude with access to Google Sheets (and a scaffold for Gmail, Calendar, Drive, and more).
8
+ MCP server wrapping [gogcli](https://github.com/steipete/gogcli) — provides Claude with access to Google Sheets, Docs, Gmail, Calendar, Drive, Tasks, Contacts, and Auth.
9
9
 
10
10
  - **Source:** [github.com/chrischall/gogcli-mcp](https://github.com/chrischall/gogcli-mcp)
11
11
 
12
12
  ## Requirements
13
13
 
14
- - [gogcli](https://github.com/steipete/gogcli) installed and authenticated (`gog --help` works in your shell)
14
+ - [gogcli](https://github.com/steipete/gogcli) installed and authenticated
15
15
  - Node.js 18 or later
16
16
 
17
17
  ## Setup
18
18
 
19
- ### Option A — Claude Code (direct MCP)
20
-
21
- Add to `.mcp.json` in your project:
22
-
23
- ```json
24
- {
25
- "mcpServers": {
26
- "gogcli": {
27
- "command": "node",
28
- "args": ["/path/to/gogcli-mcp/dist/index.js"],
29
- "cwd": "/path/to/gogcli-mcp",
30
- "env": {
31
- "GOG_ACCOUNT": "you@gmail.com"
32
- }
33
- }
34
- }
35
- }
36
- ```
37
-
38
- ### Option B — npx
39
-
40
19
  ```json
41
20
  {
42
21
  "mcpServers": {
@@ -51,19 +30,19 @@ Add to `.mcp.json` in your project:
51
30
  }
52
31
  ```
53
32
 
54
- `GOG_ACCOUNT` is optional — omit it to use gogcli's configured default account. Pass it per-tool-call to target a specific account dynamically.
33
+ `GOG_ACCOUNT` is optional — omit it to use gogcli's configured default account.
55
34
 
56
- ## Available Tools
35
+ ## Tools (52)
57
36
 
58
- | Tool | What it does |
59
- |------|-------------|
60
- | `gog_sheets_get` | Read values from a range |
61
- | `gog_sheets_update` | Write values to a range |
62
- | `gog_sheets_append` | Append rows after existing data |
63
- | `gog_sheets_clear` | Clear values in a range |
64
- | `gog_sheets_metadata` | Get title, tabs, named ranges |
65
- | `gog_sheets_create` | Create a new spreadsheet |
66
- | `gog_sheets_find_replace` | Find and replace across a spreadsheet |
67
- | `gog_sheets_run` | Run any `gog sheets` subcommand (escape hatch) |
37
+ | Service | Tools |
38
+ |---------|-------|
39
+ | **Sheets** (8) | get, update, append, clear, metadata, create, find-replace, run |
40
+ | **Docs** (7) | info, cat, create, write, find-replace, structure, run |
41
+ | **Gmail** (4) | search, get, send, run |
42
+ | **Calendar** (7) | events, get, create, update, delete, respond, run |
43
+ | **Drive** (9) | ls, search, get, mkdir, rename, move, delete, share, run |
44
+ | **Tasks** (7) | lists, list, get, add, done, delete, run |
45
+ | **Contacts** (5) | search, list, get, create, run |
46
+ | **Auth** (5) | list, status, services, add, run |
68
47
 
69
48
  All tools accept an optional `account` parameter to override the default Google account for that call.