Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit 5f9fa45

Browse files
javdlclaude
andcommitted
fix: Use workspace-mcp (taylorwilsdon/google_workspace_mcp) for Google Workspace
Replace non-existent @anthropic/google-workspace-mcp with workspace-mcp from https://github.com/taylorwilsdon/google_workspace_mcp. Covers Gmail, Calendar, Drive, Docs, Sheets, Slides, Chat, Forms, Tasks, and Contacts. Runs via uvx (Python/PyPI). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b48d8e commit 5f9fa45

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

CUSTOMIZATION-REVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ All 10 plugins have `.mcp.json` files configured with FashionUnited's tool stack
2323

2424
| Tool | MCP Server | Used In |
2525
|------|------------|---------|
26-
| Google Chat | `@anthropic/google-workspace-mcp` | All plugins |
27-
| Google Workspace | `@anthropic/google-workspace-mcp` | All plugins |
26+
| Google Chat | `workspace-mcp` (via Google Workspace) | All plugins |
27+
| Google Workspace | `workspace-mcp` | All plugins |
2828
| Vtiger CRM | `https://mcp.pipedream.com/app/vtiger_crm` | productivity, sales, customer-support, legal, finance, enterprise-search |
2929
| GitHub | `@modelcontextprotocol/server-github` | productivity, sales, customer-support, product-management, data, enterprise-search, legal |
3030
| BigQuery | `https://bigquery.googleapis.com/mcp` | finance, data, enterprise-search |

FASHIONUNITED-CONNECTORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ This reference defines the canonical mapping from generic `~~` placeholders to F
5151
"mcpServers": {
5252
"google-workspace": {
5353
"type": "stdio",
54-
"command": "npx",
55-
"args": ["-y", "@anthropic/google-workspace-mcp"]
54+
"command": "uvx",
55+
"args": ["workspace-mcp"]
5656
}
5757
}
5858
}
@@ -239,7 +239,7 @@ These tools have existing hosted MCP endpoints and remain unchanged:
239239

240240
| Tool | Placeholder | MCP Endpoint |
241241
|------|-------------|--------------|
242-
| Google Chat | `~~chat` | `@anthropic/google-workspace-mcp` (part of Google Workspace) |
242+
| Google Chat | `~~chat` | `workspace-mcp` (part of Google Workspace) |
243243
| Figma | `~~design` | `https://mcp.figma.com/mcp` |
244244
| Notion | `~~knowledge base` (alt) | `https://mcp.notion.com/mcp` |
245245
| Canva | `~~design` (alt) | `https://mcp.canva.com/mcp` |

cowork-plugin-management/CONNECTORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ When customizing plugins for FashionUnited, use these standard tool mappings:
5151
| `~~analytics` | Plausible Analytics | `@alexanderop/plausible-mcp` |
5252
| `~~email marketing` | Mailchimp | `@anthropic/mailchimp-mcp` |
5353
| `~~social scheduling` | Social Champ | `@anthropic/socialchamp-mcp` |
54-
| `~~chat` | Google Chat | `@anthropic/google-workspace-mcp` |
55-
| `~~documents` | Google Workspace | `@anthropic/google-workspace-mcp` |
54+
| `~~chat` | Google Chat | `workspace-mcp` |
55+
| `~~documents` | Google Workspace | `workspace-mcp` |
5656
| `~~project tracker` | GitHub | `@modelcontextprotocol/server-github` |
5757
| `~~design tool` | Figma | `@anthropic/figma-mcp` |
5858

cowork-plugin-management/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ When creating or customizing plugins for FashionUnited, use these standard tool
115115
| Analytics | Plausible | `@alexanderop/plausible-mcp` | Website traffic, content performance |
116116
| Email Marketing | Mailchimp | `@anthropic/mailchimp-mcp` | Newsletter campaigns |
117117
| Social Media | Social Champ | `@anthropic/socialchamp-mcp` | Social scheduling |
118-
| Documents | Google Workspace | `@anthropic/google-workspace-mcp` | Docs, Sheets, Drive |
119-
| Chat | Google Chat | `@anthropic/google-workspace-mcp` | Team communication (via Google Workspace) |
118+
| Documents | Google Workspace | `workspace-mcp` | Docs, Sheets, Drive |
119+
| Chat | Google Chat | `workspace-mcp` | Team communication (via Google Workspace) |
120120
| Code | GitHub | `@modelcontextprotocol/server-github` | Repositories, issues |
121121
| Search | Google Search Console | `@anthropic/searchconsole-mcp` | SEO data |
122122

cowork-plugin-management/skills/cowork-plugin-customizer/references/fashionunited-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Standard tool mappings for customizing plugins at FashionUnited.
1111
| Analytics | Plausible Analytics | `@alexanderop/plausible-mcp` | Privacy-focused web analytics |
1212
| Email marketing | Mailchimp | `@anthropic/mailchimp-mcp` | Newsletter campaigns |
1313
| Social scheduling | Social Champ | `@anthropic/socialchamp-mcp` | Multi-platform scheduling |
14-
| Chat | Google Chat | `@anthropic/google-workspace-mcp` | Team communication |
15-
| Documents | Google Workspace | `@anthropic/google-workspace-mcp` | Docs, Sheets, Drive |
14+
| Chat | Google Chat | `workspace-mcp` | Team communication |
15+
| Documents | Google Workspace | `workspace-mcp` | Docs, Sheets, Drive |
1616
| Project tracker | GitHub | `@modelcontextprotocol/server-github` | Issues, PRs, Projects |
1717
| Design | Figma | `@anthropic/figma-mcp` | Brand assets, visual content |
1818
| SEO | Google Search Console | `@anthropic/searchconsole-mcp` | Search rankings, keywords |

customer-support/.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"mcpServers": {
33
"google-workspace": {
44
"type": "stdio",
5-
"command": "npx",
6-
"args": ["-y", "@anthropic/google-workspace-mcp"]
5+
"command": "uvx",
6+
"args": ["workspace-mcp"]
77
},
88
"github": {
99
"type": "stdio",

data/.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"google-workspace": {
2424
"type": "stdio",
25-
"command": "npx",
26-
"args": ["-y", "@anthropic/google-workspace-mcp"]
25+
"command": "uvx",
26+
"args": ["workspace-mcp"]
2727
},
2828
"github": {
2929
"type": "stdio",

enterprise-search/.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"google-workspace": {
1111
"type": "stdio",
12-
"command": "npx",
13-
"args": ["-y", "@anthropic/google-workspace-mcp"]
12+
"command": "uvx",
13+
"args": ["workspace-mcp"]
1414
},
1515
"github": {
1616
"type": "stdio",

finance/.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"mcpServers": {
33
"google-workspace": {
44
"type": "stdio",
5-
"command": "npx",
6-
"args": ["-y", "@anthropic/google-workspace-mcp"]
5+
"command": "uvx",
6+
"args": ["workspace-mcp"]
77
},
88
"vtiger": {
99
"type": "http",

legal/.mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"mcpServers": {
33
"google-workspace": {
44
"type": "stdio",
5-
"command": "npx",
6-
"args": ["-y", "@anthropic/google-workspace-mcp"]
5+
"command": "uvx",
6+
"args": ["workspace-mcp"]
77
},
88
"vtiger": {
99
"type": "http",

0 commit comments

Comments
 (0)