workspace-mcp 1.0.0__py3-none-any.whl → 1.0.2__py3-none-any.whl

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.
@@ -0,0 +1,422 @@
1
+ Metadata-Version: 2.4
2
+ Name: workspace-mcp
3
+ Version: 1.0.2
4
+ Summary: Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive
5
+ Author-email: Taylor Wilsdon <taylor@taylorwilsdon.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://workspacemcp.com
8
+ Project-URL: Repository, https://github.com/taylorwilsdon/google_workspace_mcp
9
+ Project-URL: Documentation, https://github.com/taylorwilsdon/google_workspace_mcp#readme
10
+ Project-URL: Issues, https://github.com/taylorwilsdon/google_workspace_mcp/issues
11
+ Project-URL: Changelog, https://github.com/taylorwilsdon/google_workspace_mcp/releases
12
+ Keywords: mcp,google,workspace,llm,ai,claude,model,context,protocol,server
13
+ Classifier: Development Status :: 4 - Beta
14
+ Classifier: Environment :: Console
15
+ Classifier: Intended Audience :: Developers
16
+ Classifier: License :: OSI Approved :: MIT License
17
+ Classifier: Natural Language :: English
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python
20
+ Classifier: Programming Language :: Python :: 3 :: Only
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
24
+ Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
25
+ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
26
+ Classifier: Topic :: Communications :: Chat
27
+ Classifier: Topic :: Office/Business
28
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
29
+ Classifier: Typing :: Typed
30
+ Requires-Python: >=3.11
31
+ Description-Content-Type: text/markdown
32
+ License-File: LICENSE
33
+ Requires-Dist: fastapi>=0.115.12
34
+ Requires-Dist: fastmcp>=2.3.3
35
+ Requires-Dist: google-api-python-client>=2.168.0
36
+ Requires-Dist: google-auth-httplib2>=0.2.0
37
+ Requires-Dist: google-auth-oauthlib>=1.2.2
38
+ Requires-Dist: httpx>=0.28.1
39
+ Requires-Dist: pyjwt>=2.10.1
40
+ Requires-Dist: tomlkit
41
+ Dynamic: license-file
42
+
43
+ <div align="center">
44
+
45
+ # Google Workspace MCP Server <img src="https://github.com/user-attachments/assets/b89524e4-6e6e-49e6-ba77-00d6df0c6e5c" width="80" align="right" />
46
+
47
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
48
+ [![Python 3.11+](https://img.shields.io/badge/Python-3.11%2B-blue.svg)](https://www.python.org/downloads/)
49
+ [![PyPI](https://img.shields.io/pypi/v/workspace-mcp.svg)](https://pypi.org/project/workspace-mcp/)
50
+ [![UV](https://img.shields.io/badge/Package%20Installer-UV-blueviolet)](https://github.com/astral-sh/uv)
51
+ [![Website](https://img.shields.io/badge/Website-workspacemcp.com-green.svg)](https://workspacemcp.com)
52
+ [![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/eebbc4a6-0f8c-41b2-ace8-038e5516dba0)
53
+
54
+ **This is the single most feature-complete Google Workspace MCP server**
55
+
56
+ *Full natural language control over Google Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, and Chat through all MCP clients, AI assistants and developer tools*
57
+
58
+ </div>
59
+
60
+ <div align="center">
61
+ <a href="https://glama.ai/mcp/servers/@taylorwilsdon/google_workspace_mcp">
62
+ <img width="195" src="https://glama.ai/mcp/servers/@taylorwilsdon/google_workspace_mcp/badge" alt="Google Workspace Server MCP server" align="center"/>
63
+ </a>
64
+ <a href="https://www.pulsemcp.com/servers/taylorwilsdon-google-workspace">
65
+ <img width="456" src="https://github.com/user-attachments/assets/0794ef1a-dc1c-447d-9661-9c704d7acc9d" align="center"/>
66
+ </a>
67
+ </div>
68
+
69
+ ---
70
+
71
+
72
+ **See it in action:**
73
+ <div align="center">
74
+ <video width="832" src="https://github.com/user-attachments/assets/a342ebb4-1319-4060-a974-39d202329710"></video>
75
+ </div>
76
+
77
+ ---
78
+
79
+
80
+ ## 🌐 Overview
81
+
82
+ A production-ready MCP server that integrates all major Google Workspace services with AI assistants. Built with FastMCP for optimal performance, featuring advanced authentication handling, service caching, and streamlined development patterns.
83
+
84
+ ## ✨ Features
85
+
86
+ - **🔐 Advanced OAuth 2.0**: Secure authentication with automatic token refresh, transport-aware callback handling, session management, and centralized scope management
87
+ - **📅 Google Calendar**: Full calendar management with event CRUD operations
88
+ - **📁 Google Drive**: File operations with native Microsoft Office format support (.docx, .xlsx)
89
+ - **📧 Gmail**: Complete email management with search, send, and draft capabilities
90
+ - **📄 Google Docs**: Document operations including content extraction and creation
91
+ - **📊 Google Sheets**: Comprehensive spreadsheet management with flexible cell operations
92
+ - **🖼️ Google Slides**: Presentation management with slide creation, updates, and content manipulation
93
+ - **📝 Google Forms**: Form creation, retrieval, publish settings, and response management
94
+ - **💬 Google Chat**: Space management and messaging capabilities
95
+ - **🔄 Multiple Transports**: HTTP with SSE fallback, OpenAPI compatibility via `mcpo`
96
+ - **⚡ High Performance**: Service caching, thread-safe sessions, FastMCP integration
97
+ - **🧩 Developer Friendly**: Minimal boilerplate, automatic service injection, centralized configuration
98
+
99
+ ---
100
+
101
+ ## 🚀 Quick Start
102
+
103
+ ### Simplest Start (uvx - Recommended)
104
+
105
+ Run instantly without installation:
106
+
107
+ ```bash
108
+ # Start the server with all Google Workspace tools
109
+ uvx workspace-mcp
110
+
111
+ # Start with specific tools only
112
+ uvx workspace-mcp --tools gmail drive calendar
113
+
114
+ # Start in HTTP mode for debugging
115
+ uvx workspace-mcp --transport streamable-http
116
+ ```
117
+
118
+ *Requires Python 3.11+ and [uvx](https://github.com/astral-sh/uv). The package is available on [PyPI](https://pypi.org/project/workspace-mcp).*
119
+
120
+ ### Development Installation
121
+
122
+ For development or customization:
123
+
124
+ ```bash
125
+ git clone https://github.com/taylorwilsdon/google_workspace_mcp.git
126
+ cd google_workspace_mcp
127
+ uv run main.py
128
+ ```
129
+
130
+ ### Prerequisites
131
+
132
+ - **Python 3.11+**
133
+ - **[uvx](https://github.com/astral-sh/uv)** (for instant installation) or [uv](https://github.com/astral-sh/uv) (for development)
134
+ - **Google Cloud Project** with OAuth 2.0 credentials
135
+
136
+ ### Configuration
137
+
138
+ 1. **Google Cloud Setup**:
139
+ - Create OAuth 2.0 credentials (web application) in [Google Cloud Console](https://console.cloud.google.com/)
140
+ - Enable APIs: Calendar, Drive, Gmail, Docs, Sheets, Slides, Forms, Chat
141
+ - Download credentials as `client_secret.json` in project root
142
+ - To use a different location for `client_secret.json`, you can set the `GOOGLE_CLIENT_SECRETS` environment variable with that path
143
+ - Add redirect URI: `http://localhost:8000/oauth2callback`
144
+
145
+ 2. **Environment**:
146
+ ```bash
147
+ export OAUTHLIB_INSECURE_TRANSPORT=1 # Development only
148
+ ```
149
+
150
+ 3. **Server Configuration**:
151
+ The server's base URL and port can be customized using environment variables:
152
+ - `WORKSPACE_MCP_BASE_URI`: Sets the base URI for the server (default: http://localhost). This affects the server_url used for Gemini native function calling and the OAUTH_REDIRECT_URI.
153
+ - `WORKSPACE_MCP_PORT`: Sets the port the server listens on (default: 8000). This affects the server_url, port, and OAUTH_REDIRECT_URI.
154
+
155
+ ### Start the Server
156
+
157
+ ```bash
158
+ # Default (stdio mode for MCP clients)
159
+ uv run main.py
160
+
161
+ # HTTP mode (for web interfaces and debugging)
162
+ uv run main.py --transport streamable-http
163
+
164
+ # Single-user mode (simplified authentication)
165
+ uv run main.py --single-user
166
+
167
+ # Selective tool registration (only register specific tools)
168
+ uv run main.py --tools gmail drive calendar
169
+ uv run main.py --tools sheets docs
170
+ uv run main.py --single-user --tools gmail # Can combine with other flags
171
+
172
+ # Docker
173
+ docker build -t workspace-mcp .
174
+ docker run -p 8000:8000 -v $(pwd):/app workspace-mcp --transport streamable-http
175
+ ```
176
+
177
+ **Available Tools for `--tools` flag**: `gmail`, `drive`, `calendar`, `docs`, `sheets`, `forms`, `chat`
178
+
179
+ ### Connect to Claude Desktop
180
+
181
+ The server supports two transport modes:
182
+
183
+ #### Stdio Mode (Default - Recommended for Claude Desktop)
184
+ **Option 1: Auto-install (Recommended)**
185
+ ```bash
186
+ python install_claude.py
187
+ ```
188
+
189
+ **Option 2: Manual Configuration**
190
+ 1. Open Claude Desktop Settings → Developer → Edit Config
191
+ 2. This creates/opens the config file at:
192
+ - **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
193
+ - **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`
194
+ 3. Add the server configuration:
195
+
196
+ ```json
197
+ {
198
+ "mcpServers": {
199
+ "google_workspace": {
200
+ "command": "uvx",
201
+ "args": ["workspace-mcp"]
202
+ }
203
+ }
204
+ }
205
+ ```
206
+
207
+ **Alternative (Development Installation)**:
208
+ ```json
209
+ {
210
+ "mcpServers": {
211
+ "google_workspace": {
212
+ "command": "uv",
213
+ "args": ["run", "main.py"],
214
+ "cwd": "/path/to/google_workspace_mcp"
215
+ }
216
+ }
217
+ }
218
+ ```
219
+
220
+ #### HTTP Mode (For debugging or web interfaces)
221
+ If you need to use HTTP mode with Claude Desktop:
222
+
223
+ ```json
224
+ {
225
+ "mcpServers": {
226
+ "google_workspace": {
227
+ "command": "npx",
228
+ "args": ["mcp-remote", "http://localhost:8000/mcp"]
229
+ }
230
+ }
231
+ }
232
+ ```
233
+
234
+ *Note: Make sure to start the server with `--transport streamable-http` when using HTTP mode.*
235
+
236
+ ### First-Time Authentication
237
+
238
+ The server features **transport-aware OAuth callback handling**:
239
+
240
+ - **Stdio Mode**: Automatically starts a minimal HTTP server on port 8000 for OAuth callbacks
241
+ - **HTTP Mode**: Uses the existing FastAPI server for OAuth callbacks
242
+ - **Same OAuth Flow**: Both modes use `http://localhost:8000/oauth2callback` for consistency
243
+
244
+ When calling a tool:
245
+ 1. Server returns authorization URL
246
+ 2. Open URL in browser and authorize
247
+ 3. Server handles OAuth callback automatically (on port 8000 in both modes)
248
+ 4. Retry the original request
249
+
250
+ ---
251
+
252
+ ## 🧰 Available Tools
253
+
254
+ > **Note**: All tools support automatic authentication via `@require_google_service()` decorators with 30-minute service caching.
255
+
256
+ ### 📅 Google Calendar ([`calendar_tools.py`](gcalendar/calendar_tools.py))
257
+
258
+ | Tool | Description |
259
+ |------|-------------|
260
+ | `list_calendars` | List accessible calendars |
261
+ | `get_events` | Retrieve events with time range filtering |
262
+ | `create_event` | Create events (all-day or timed) |
263
+ | `modify_event` | Update existing events |
264
+ | `delete_event` | Remove events |
265
+
266
+ ### 📁 Google Drive ([`drive_tools.py`](gdrive/drive_tools.py))
267
+
268
+ | Tool | Description |
269
+ |------|-------------|
270
+ | `search_drive_files` | Search files with query syntax |
271
+ | `get_drive_file_content` | Read file content (supports Office formats) |
272
+ | `list_drive_items` | List folder contents |
273
+ | `create_drive_file` | Create new files |
274
+
275
+ ### 📧 Gmail ([`gmail_tools.py`](gmail/gmail_tools.py))
276
+
277
+ | Tool | Description |
278
+ |------|-------------|
279
+ | `search_gmail_messages` | Search with Gmail operators |
280
+ | `get_gmail_message_content` | Retrieve message content |
281
+ | `send_gmail_message` | Send emails |
282
+ | `draft_gmail_message` | Create drafts |
283
+
284
+ ### 📝 Google Docs ([`docs_tools.py`](gdocs/docs_tools.py))
285
+
286
+ | Tool | Description |
287
+ |------|-------------|
288
+ | `search_docs` | Find documents by name |
289
+ | `get_doc_content` | Extract document text |
290
+ | `list_docs_in_folder` | List docs in folder |
291
+ | `create_doc` | Create new documents |
292
+
293
+ ### 📊 Google Sheets ([`sheets_tools.py`](gsheets/sheets_tools.py))
294
+
295
+ | Tool | Description |
296
+ |------|-------------|
297
+ | `list_spreadsheets` | List accessible spreadsheets |
298
+ | `get_spreadsheet_info` | Get spreadsheet metadata |
299
+ | `read_sheet_values` | Read cell ranges |
300
+ | `modify_sheet_values` | Write/update/clear cells |
301
+ | `create_spreadsheet` | Create new spreadsheets |
302
+ | `create_sheet` | Add sheets to existing files |
303
+
304
+ ### 📝 Google Forms ([`forms_tools.py`](gforms/forms_tools.py))
305
+
306
+ | Tool | Description |
307
+ |------|-------------|
308
+ | `create_form` | Create new forms with title and description |
309
+ | `get_form` | Retrieve form details, questions, and URLs |
310
+ | `set_publish_settings` | Configure form template and authentication settings |
311
+ | `get_form_response` | Get individual form response details |
312
+ | `list_form_responses` | List all responses to a form with pagination |
313
+
314
+ ### 💬 Google Chat ([`chat_tools.py`](gchat/chat_tools.py))
315
+
316
+ | Tool | Description |
317
+ |------|-------------|
318
+ | `list_spaces` | List chat spaces/rooms |
319
+ | `get_messages` | Retrieve space messages |
320
+ | `send_message` | Send messages to spaces |
321
+ | `search_messages` | Search across chat history |
322
+
323
+ ---
324
+
325
+ ## 🛠️ Development
326
+
327
+ ### Project Structure
328
+
329
+ ```
330
+ google_workspace_mcp/
331
+ ├── auth/ # Authentication system with decorators
332
+ ├── core/ # MCP server and utilities
333
+ ├── g{service}/ # Service-specific tools
334
+ ├── main.py # Server entry point
335
+ ├── client_secret.json # OAuth credentials (not committed)
336
+ └── pyproject.toml # Dependencies
337
+ ```
338
+
339
+ ### Adding New Tools
340
+
341
+ ```python
342
+ from auth.service_decorator import require_google_service
343
+
344
+ @require_google_service("drive", "drive_read") # Service + scope group
345
+ async def your_new_tool(service, param1: str, param2: int = 10):
346
+ """Tool description"""
347
+ # service is automatically injected and cached
348
+ result = service.files().list().execute()
349
+ return result # Return native Python objects
350
+ ```
351
+
352
+ ### Architecture Highlights
353
+
354
+ - **Service Caching**: 30-minute TTL reduces authentication overhead
355
+ - **Scope Management**: Centralized in `SCOPE_GROUPS` for easy maintenance
356
+ - **Error Handling**: Native exceptions instead of manual error construction
357
+ - **Multi-Service Support**: `@require_multiple_services()` for complex tools
358
+
359
+ ---
360
+
361
+ ## 🔒 Security
362
+
363
+ - **Credentials**: Never commit `client_secret.json` or `.credentials/` directory
364
+ - **OAuth Callback**: Uses `http://localhost:8000/oauth2callback` for development (requires `OAUTHLIB_INSECURE_TRANSPORT=1`)
365
+ - **Transport-Aware Callbacks**: Stdio mode starts a minimal HTTP server only for OAuth, ensuring callbacks work in all modes
366
+ - **Production**: Use HTTPS for callback URIs and configure accordingly
367
+ - **Network Exposure**: Consider authentication when using `mcpo` over networks
368
+ - **Scope Minimization**: Tools request only necessary permissions
369
+
370
+ ---
371
+
372
+ ## 🌐 Integration with Open WebUI
373
+
374
+ To use this server as a tool provider within Open WebUI:
375
+
376
+ ### 1. Create MCPO Configuration
377
+
378
+ Create a file named `config.json` with the following structure to have `mcpo` make the streamable HTTP endpoint available as an OpenAPI spec tool:
379
+
380
+ ```json
381
+ {
382
+ "mcpServers": {
383
+ "google_workspace": {
384
+ "type": "streamablehttp",
385
+ "url": "http://localhost:8000/mcp"
386
+ }
387
+ }
388
+ }
389
+ ```
390
+
391
+ ### 2. Start the MCPO Server
392
+
393
+ ```bash
394
+ mcpo --port 8001 --config config.json --api-key "your-optional-secret-key"
395
+ ```
396
+
397
+ This command starts the `mcpo` proxy, serving your active (assuming port 8000) Google Workspace MCP on port 8001.
398
+
399
+ ### 3. Configure Open WebUI
400
+
401
+ 1. Navigate to your Open WebUI settings
402
+ 2. Go to **"Connections"** → **"Tools"**
403
+ 3. Click **"Add Tool"**
404
+ 4. Enter the **Server URL**: `http://localhost:8001/google_workspace` (matching the mcpo base URL and server name from config.json)
405
+ 5. If you used an `--api-key` with mcpo, enter it as the **API Key**
406
+ 6. Save the configuration
407
+
408
+ The Google Workspace tools should now be available when interacting with models in Open WebUI.
409
+
410
+ ---
411
+
412
+ ## 📄 License
413
+
414
+ MIT License - see `LICENSE` file for details.
415
+
416
+ ---
417
+
418
+ <div align="center">
419
+ <img width="810" alt="Gmail Integration" src="https://github.com/user-attachments/assets/656cea40-1f66-40c1-b94c-5a2c900c969d" />
420
+ <img width="810" alt="Calendar Management" src="https://github.com/user-attachments/assets/d3c2a834-fcca-4dc5-8990-6d6dc1d96048" />
421
+ <img width="842" alt="Batch Emails" src="https://github.com/user-attachments/assets/0876c789-7bcc-4414-a144-6c3f0aaffc06" />
422
+ </div>
@@ -0,0 +1,32 @@
1
+ main.py,sha256=Mv5jfggqQ5XqzetKhccD2OmeWFnhidSbgzyKppCfywo,7078
2
+ auth/__init__.py,sha256=gPCU3GE-SLy91S3D3CbX-XfKBm6hteK_VSPKx7yjT5s,42
3
+ auth/google_auth.py,sha256=OdKFI7kW-R0peZutv9VXCnDvxH5jAtbeFYiXK9sxqjQ,25998
4
+ auth/oauth_callback_server.py,sha256=-vaaLO9f7oz6QsHUXjRFHjlEleFm0Y9ccBB33YX22wQ,9177
5
+ auth/oauth_responses.py,sha256=qbirSB4d7mBRKcJKqGLrJxRAPaLHqObf9t-VMAq6UKA,7020
6
+ auth/scopes.py,sha256=kMRdFN0wLyipFkp7IitTHs-M6zhZD-oieVd7fylueBc,3320
7
+ auth/service_decorator.py,sha256=h9bkG1O6U-p4_yT1KseBKJvueprKd4SVJe1Bj2VrdXA,15669
8
+ core/__init__.py,sha256=AHVKdPl6v4lUFm2R-KuGuAgEmCyfxseMeLGtntMcqCs,43
9
+ core/server.py,sha256=WqAIIiH6X4ZsvgTiMc1NRsMNjUpfmXGdkMn-zbbyCds,9440
10
+ core/utils.py,sha256=2t5wbLtSLodxNKNAZb-jmR8Zg6mm-Rady-LpnXCP-1g,10297
11
+ gcalendar/__init__.py,sha256=D5fSdAwbeomoaj7XAdxSnIy-NVKNkpExs67175bOtfc,46
12
+ gcalendar/calendar_tools.py,sha256=SIiSJRxG3G9KsScow0pYwew600_PdtFqlOo-y2vXQRo,22144
13
+ gchat/__init__.py,sha256=XBjH4SbtULfZHgFCxk3moel5XqG599HCgZWl_veIncg,88
14
+ gchat/chat_tools.py,sha256=cIeXBBxWkFCdQNJ23BkX8IoDho6J8ZcfLsPjctUWyfA,7274
15
+ gdocs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
+ gdocs/docs_tools.py,sha256=dzzz3Hf5Pvhy2jKzCQi39d2YglcfUaSpJverjwFyjh4,8070
17
+ gdrive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ gdrive/drive_tools.py,sha256=l-6IpHTstRMKIY2CU4DFTTNfEQ5rVbafgwo8BrbJ9Bk,15257
19
+ gforms/__init__.py,sha256=pL91XixrEp9YjpM-AYwONIEfeCP2OumkEG0Io5V4boE,37
20
+ gforms/forms_tools.py,sha256=reJF3qw9WwW6-aCOkS2x5jVBvdRx4Za8onEZBC57RXk,9663
21
+ gmail/__init__.py,sha256=l8PZ4_7Oet6ZE7tVu9oQ3-BaRAmI4YzAO86kf9uu6pU,60
22
+ gmail/gmail_tools.py,sha256=UIcws__Akw0kxbasc9fYH7rkzDw_7L-LJU1LQU_p-sA,24754
23
+ gsheets/__init__.py,sha256=jFfhD52w_EOVw6N5guf_dIc9eP2khW_eS9UAPJg_K3k,446
24
+ gsheets/sheets_tools.py,sha256=ctUvaA-3I-iGwCCHOk9Bloh5P7XQDqxBnFAxFTqCTPc,11466
25
+ gslides/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
+ gslides/slides_tools.py,sha256=FyFbpUxfbaueyN4lbRk5WeoxK7NWbLDTBCiyDPtPFgM,9426
27
+ workspace_mcp-1.0.2.dist-info/licenses/LICENSE,sha256=bB8L7rIyRy5o-WHxGgvRuY8hUTzNu4h3DTkvyV8XFJo,1070
28
+ workspace_mcp-1.0.2.dist-info/METADATA,sha256=hQGlqB_KRitdIvjXm6nmvcu5EldsmlZ1UFyDoJcOEdc,15497
29
+ workspace_mcp-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
+ workspace_mcp-1.0.2.dist-info/entry_points.txt,sha256=kPiEfOTuf-ptDM0Rf2OlyrFudGW7hCZGg4MCn2Foxs4,44
31
+ workspace_mcp-1.0.2.dist-info/top_level.txt,sha256=Y8mAkTitLNE2zZEJ-DbqR9R7Cs1V1MMf-UploVdOvlw,73
32
+ workspace_mcp-1.0.2.dist-info/RECORD,,
@@ -1,29 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: workspace-mcp
3
- Version: 1.0.0
4
- Summary: Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive
5
- Author-email: Taylor Wilsdon <taylor@taylorwilsdon.com>
6
- License-Expression: MIT
7
- Keywords: mcp,google,workspace,llm,ai,claude,model,context,protocol,server
8
- Classifier: Development Status :: 4 - Beta
9
- Classifier: Environment :: Console
10
- Classifier: Intended Audience :: Developers
11
- Classifier: Natural Language :: English
12
- Classifier: Operating System :: OS Independent
13
- Classifier: Programming Language :: Python
14
- Classifier: Programming Language :: Python :: 3 :: Only
15
- Classifier: Programming Language :: Python :: 3.11
16
- Classifier: Programming Language :: Python :: 3.12
17
- Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
18
- Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
19
- Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
20
- Classifier: Typing :: Typed
21
- Requires-Python: >=3.11
22
- License-File: LICENSE
23
- Requires-Dist: fastapi>=0.115.12
24
- Requires-Dist: fastmcp>=2.3.3
25
- Requires-Dist: google-api-python-client>=2.168.0
26
- Requires-Dist: google-auth-httplib2>=0.2.0
27
- Requires-Dist: google-auth-oauthlib>=1.2.2
28
- Requires-Dist: httpx>=0.28.1
29
- Dynamic: license-file
@@ -1,32 +0,0 @@
1
- main.py,sha256=drNfzWJrtGRn6o5pHZ06rgqyDpA4pn3IaRb0Po1CGVE,6819
2
- auth/__init__.py,sha256=gPCU3GE-SLy91S3D3CbX-XfKBm6hteK_VSPKx7yjT5s,42
3
- auth/google_auth.py,sha256=OdKFI7kW-R0peZutv9VXCnDvxH5jAtbeFYiXK9sxqjQ,25998
4
- auth/oauth_callback_server.py,sha256=-vaaLO9f7oz6QsHUXjRFHjlEleFm0Y9ccBB33YX22wQ,9177
5
- auth/oauth_responses.py,sha256=qbirSB4d7mBRKcJKqGLrJxRAPaLHqObf9t-VMAq6UKA,7020
6
- auth/scopes.py,sha256=kMRdFN0wLyipFkp7IitTHs-M6zhZD-oieVd7fylueBc,3320
7
- auth/service_decorator.py,sha256=jux1Fboa_ncau_5XcGekSpuD1USPvmIpDu9hNBA15Vk,15267
8
- core/__init__.py,sha256=AHVKdPl6v4lUFm2R-KuGuAgEmCyfxseMeLGtntMcqCs,43
9
- core/server.py,sha256=VWlzRfhX1qsy2ZtGVbrokdcrKjbA-ri421_lyngxQc0,9846
10
- core/utils.py,sha256=Xsc2E0LSQl-tjcC95CtnmNFTJi8K8iwJvTUIjbRtu4o,8830
11
- gcalendar/__init__.py,sha256=D5fSdAwbeomoaj7XAdxSnIy-NVKNkpExs67175bOtfc,46
12
- gcalendar/calendar_tools.py,sha256=ptS_iyi6JBPhstbdPnRD5ruZtKzkAEbfaimiPabYLTo,20982
13
- gchat/__init__.py,sha256=XBjH4SbtULfZHgFCxk3moel5XqG599HCgZWl_veIncg,88
14
- gchat/chat_tools.py,sha256=jm2trdYhfqNfsMfoAGuhzkEvjA8tSOL1d4QwSPv9K1w,8832
15
- gdocs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- gdocs/docs_tools.py,sha256=3530NcSFkWemMrJ6JRrTQuFUaZLv6gYSU8BIWdOPgak,9571
17
- gdrive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
- gdrive/drive_tools.py,sha256=yBpV5DKwyhd83M2gSdwr3X-oWmAyBtpbl9L2JIdwNNU,15708
19
- gforms/__init__.py,sha256=pL91XixrEp9YjpM-AYwONIEfeCP2OumkEG0Io5V4boE,37
20
- gforms/forms_tools.py,sha256=8dX3JVFWqQUESXTi7WgynqZh7FIufcXZI1c3ph_F3bk,12248
21
- gmail/__init__.py,sha256=l8PZ4_7Oet6ZE7tVu9oQ3-BaRAmI4YzAO86kf9uu6pU,60
22
- gmail/gmail_tools.py,sha256=sit06sqietJ4fNbr1S1WfucxAsf3wWmoFte-fBHzfPk,29057
23
- gsheets/__init__.py,sha256=jFfhD52w_EOVw6N5guf_dIc9eP2khW_eS9UAPJg_K3k,446
24
- gsheets/sheets_tools.py,sha256=mZU7kf3kRRhjz406rDBlVtwNMAjye2F81W1cveXlBFY,14481
25
- gslides/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- gslides/slides_tools.py,sha256=NAkApdjkX7GtZRksy7fLmjmbsa1khkeAJKNN6NZe0t8,11846
27
- workspace_mcp-1.0.0.dist-info/licenses/LICENSE,sha256=bB8L7rIyRy5o-WHxGgvRuY8hUTzNu4h3DTkvyV8XFJo,1070
28
- workspace_mcp-1.0.0.dist-info/METADATA,sha256=j3LAXMvMJu8znnKW4fWCGI16kLsufmBhVuTxAUJ9-_w,1287
29
- workspace_mcp-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
30
- workspace_mcp-1.0.0.dist-info/entry_points.txt,sha256=kPiEfOTuf-ptDM0Rf2OlyrFudGW7hCZGg4MCn2Foxs4,44
31
- workspace_mcp-1.0.0.dist-info/top_level.txt,sha256=Y8mAkTitLNE2zZEJ-DbqR9R7Cs1V1MMf-UploVdOvlw,73
32
- workspace_mcp-1.0.0.dist-info/RECORD,,