Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Google Workspace MCP Server

NPM · GWS-MCP-SERVER · SCANNED SEP 20

Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.

Available components

0 this week 95 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to conorbronsdon/gws-mcp-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 73 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability80
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 3143 tokens (~80/item across 39 items; 39 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 39 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Google Workspace MCP Server server?

Google Workspace MCP Server runs locally as an npm package, launched with npx -y gws-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · gws-mcp-server

# add to Claude Code
claude mcp add conorbronsdon-gws-mcp-server -- npx -y gws-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "conorbronsdon-gws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gws-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "conorbronsdon-gws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gws-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add conorbronsdon-gws-mcp-server -- npx -y gws-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "conorbronsdon-gws-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gws-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add conorbronsdon-gws-mcp-server --command npx --arg -y --arg gws-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  conorbronsdon-gws-mcp-server:
    command: "npx"
    args: ["-y", "gws-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "conorbronsdon-gws-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "gws-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add conorbronsdon-gws-mcp-server -t stdio -c npx -a -y gws-mcp-server
// mcp.json
{
  "mcpServers": {
    "conorbronsdon-gws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "gws-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 14 Sept 26 +1
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 7 Sept 26 +1
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → pass functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/gws-mcp-server@0.4.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo conorbronsdon/gws-mcp-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/conorbronsdon/gws-mcp-server/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2113298157
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:22841cd3f7b16f1d0faa7cc14ecb9a83e80125041714de0ffe791be848bceaf0b35017cb0db40eeaccd00183bf90de478e87ba6845bb62a9fea853267

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 39 exposed · ~3,143 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
calendar_events_delete ~36

Delete a calendar event.

NameTypeReqDescription
calendarIdstringyesCalendar ID
eventIdstringyesEvent ID to delete

No output schema declared.

No examples provided.

calendar_events_get ~37

Get a single calendar event by ID.

NameTypeReqDescription
calendarIdstringyesCalendar ID
eventIdstringyesEvent ID

No output schema declared.

No examples provided.

calendar_events_insert ~97

Create a new calendar event.

NameTypeReqDescription
calendarIdstringyesCalendar ID
descriptionstringEvent description
endstringyesEnd time JSON
locationstringEvent location
startstringyesStart time JSON (e.g. '{"dateTime":"2026-03-10T10:00:00-07:00"}')
summarystringyesEvent title

No output schema declared.

No examples provided.

calendar_events_list ~130

List events from a calendar.

NameTypeReqDescription
calendarIdstringyesCalendar ID (use 'primary' for main calendar)
maxResultsnumberMax events to return
orderBystringSort order: startTime or updated
qstringFree-text search
singleEventsbooleanExpand recurring events (usually true)
timeMaxstringUpper bound (RFC3339)
timeMinstringLower bound (RFC3339, e.g. "2026-03-07T00:00:00Z")

No output schema declared.

No examples provided.

calendar_events_update ~83

Update an existing calendar event with patch semantics (only supplied fields change).

NameTypeReqDescription
calendarIdstringyesCalendar ID
descriptionstringEvent description
endstringEnd time JSON
eventIdstringyesEvent ID to update
startstringStart time JSON
summarystringEvent title

No output schema declared.

No examples provided.

docs_batchUpdate ~48

Apply updates to a Google Doc (insert text, formatting, etc).

NameTypeReqDescription
documentIdstringyesThe document ID
requestsstringyesArray of update requests as JSON string

No output schema declared.

No examples provided.

docs_create ~24

Create a new empty Google Doc.

NameTypeReqDescription
titlestringyesDocument title

No output schema declared.

No examples provided.

docs_get ~28

Get a Google Doc's content and metadata.

NameTypeReqDescription
documentIdstringyesThe document ID

No output schema declared.

No examples provided.

drive_files_copy ~88

Copy a file. Useful for converting formats (e.g. markdown to Google Doc).

NameTypeReqDescription
fieldsstringFields to return
fileIdstringyesSource file ID to copy
mimeTypestringTarget MIME type for conversion
namestringyesName for the copy
parentsstringParent folder IDs (JSON array as string)

No output schema declared.

No examples provided.

drive_files_create ~117

Create a new file in Google Drive. Use with bodyParams for metadata and optionally upload a local file.

NameTypeReqDescription
fieldsstringFields to return (e.g. "id,webViewLink")
mimeTypestringMIME type (e.g. "application/vnd.google-apps.document")
namestringyesFile name
parentsstringParent folder IDs (JSON array as string, e.g. '["folderId"]')
uploadPathstringLocal file path to upload

No output schema declared.

No examples provided.

drive_files_delete ~28

Permanently delete a file.

NameTypeReqDescription
fileIdstringyesThe file ID to delete

No output schema declared.

No examples provided.

drive_files_download ~151

Download a file's content from Google Drive. Returns the text content for text files, or a base64-encoded string for binary files. For Google Docs/Sheets/Slides, exports to a readable format (plain text by default).

NameTypeReqDescription
exportMimeTypestringFor Google-native files (Docs/Sheets/Slides): export format. Defaults to text/plain for Docs, text/csv for Sheets. Examples: text/plain, text/csv, application/pdf
fileIdstringyesThe file ID to download
savePathstringFor binary files (images, PDFs): save to this local path instead of returning content inline. The file path is returned in the response.

No output schema declared.

No examples provided.

drive_files_export ~111

Export a Google Workspace file (Doc, Sheet, Slide) to a specific format. Returns JSON with export metadata. Use drive_files_download for automatic export with content returned inline.

NameTypeReqDescription
fileIdstringyesThe Google Workspace file ID to export
mimeTypestringyesExport format: text/plain, text/csv, application/pdf, application/vnd.openxmlformats-officedocument.wordprocessingml.document (docx), application/vnd.openxmlformats-officedocument.spreadsheetml.sheet…

No output schema declared.

No examples provided.

drive_files_get ~45

Get a file's metadata by ID. Shared drive files are supported automatically.

NameTypeReqDescription
fieldsstringFields to include
fileIdstringyesThe file ID

No output schema declared.

No examples provided.

drive_files_list ~122

List files in Google Drive. Supports search queries via the 'q' parameter. Shared drive files are included automatically.

NameTypeReqDescription
fieldsstringFields to include (e.g. "files(id,name,mimeType)")
orderBystringSort order (e.g. "modifiedTime desc")
pageSizenumberMax results per page (1-1000, default 100)
qstringSearch query (e.g. "name contains 'report'" or "mimeType='application/vnd.google-apps.folder'")

No output schema declared.

No examples provided.

drive_files_update ~74

Update a file's metadata or content.

NameTypeReqDescription
fieldsstringFields to return
fileIdstringyesThe file ID to update
mimeTypestringNew MIME type
namestringNew file name
uploadPathstringLocal file path to upload

No output schema declared.

No examples provided.

drive_permissions_create ~88

Share a file by creating a permission.

NameTypeReqDescription
emailAddressstringEmail of user/group (required for user/group type)
fileIdstringyesThe file ID to share
rolestringyesPermission role: owner, organizer, fileOrganizer, writer, commenter, reader
typestringyesGrantee type: user, group, domain, anyone

No output schema declared.

No examples provided.

gmail_drafts_create ~249

Create a Gmail draft. Pass threadId to attach the draft to an existing conversation (it will appear as a reply within that thread). The draft is NOT sent — open Gmail to review and send.

NameTypeReqDescription
bccstringBCC recipient(s), comma-separated
bodystringPlain-text body
ccstringCC recipient(s), comma-separated
htmlBodystringHTML body. If both body and htmlBody are provided, the draft is multipart/alternative.
inReplyTostringMessage-ID header value of the message being replied to. Improves threading robustness alongside threadId.
referencesstringReferences header value (space-separated Message-IDs of ancestor messages).
subjectstringSubject line. When attaching to a thread via threadId, Gmail expects the subject to match the thread (typically "Re: <original>").
threadIdstringThread ID to attach this draft to. Get it from gmail_threads_list / gmail_messages_get.
tostringyesRecipient(s). Comma-separated for multiple, e.g. "a@x.com, b@y.com"

No output schema declared.

No examples provided.

gmail_messages_get ~57

Get a single Gmail message by ID.

NameTypeReqDescription
formatstringResponse format: full, metadata, minimal, raw
idstringyesMessage ID
userIdstringyesUser ID (use 'me')

No output schema declared.

No examples provided.

gmail_messages_list ~77

List Gmail messages matching a query.

NameTypeReqDescription
labelIdsstringLabel IDs to filter by
maxResultsnumberMax messages to return
qstringGmail search query (e.g. "from:user@example.com subject:hello")
userIdstringyesUser ID (use 'me')

No output schema declared.

No examples provided.

gmail_threads_get ~61

Get a full Gmail thread by ID (all messages in the conversation).

NameTypeReqDescription
formatstringResponse format: full, metadata, minimal
idstringyesThread ID
userIdstringyesUser ID (use 'me')

No output schema declared.

No examples provided.

gmail_threads_list ~52

List Gmail threads matching a query.

NameTypeReqDescription
maxResultsnumberMax threads to return
qstringGmail search query
userIdstringyesUser ID (use 'me')

No output schema declared.

No examples provided.

gmail_threads_modify ~112

Modify a Gmail thread: add/remove labels. To archive, remove INBOX. To mark read, remove UNREAD. To star, add STARRED.

NameTypeReqDescription
addLabelIdsstringJSON array of label IDs to add, e.g. ["STARRED"]
idstringyesThread ID
removeLabelIdsstringJSON array of label IDs to remove, e.g. ["INBOX","UNREAD"]
userIdstringyesUser ID (use 'me')

No output schema declared.

No examples provided.

sheets_get ~35

Get spreadsheet metadata.

NameTypeReqDescription
includeGridDatabooleanInclude grid data
spreadsheetIdstringyesThe spreadsheet ID

No output schema declared.

No examples provided.

sheets_values_append ~75

Append values after the last row of a spreadsheet range.

NameTypeReqDescription
rangestringyesA1 notation range to append to
spreadsheetIdstringyesThe spreadsheet ID
valueInputOptionstringyesRAW or USER_ENTERED
valuesstringyes2D array of values as JSON string

No output schema declared.

No examples provided.

sheets_values_get ~86

Read values from a spreadsheet range.

NameTypeReqDescription
majorDimensionstringROWS or COLUMNS
rangestringyesA1 notation range (e.g. "Sheet1!A1:D10")
spreadsheetIdstringyesThe spreadsheet ID
valueRenderOptionstringFORMATTED_VALUE, UNFORMATTED_VALUE, or FORMULA

No output schema declared.

No examples provided.

sheets_values_update ~85

Write values to a spreadsheet range.

NameTypeReqDescription
rangestringyesA1 notation range to write
spreadsheetIdstringyesThe spreadsheet ID
valueInputOptionstringyesRAW or USER_ENTERED
valuesstringyes2D array of values as JSON string (e.g. '[["A","B"],["C","D"]]')

No output schema declared.

No examples provided.

tasks_tasklists_delete ~47

Delete a task list. If it contains assigned tasks, the originals (in Docs/Chat Spaces) are also removed.

NameTypeReqDescription
taskliststringyesTask list ID to delete

No output schema declared.

No examples provided.

tasks_tasklists_get ~38

Get a task list by ID.

NameTypeReqDescription
taskliststringyesTask list ID (use "@default" for the user's default list)

No output schema declared.

No examples provided.

tasks_tasklists_insert ~26

Create a new task list.

NameTypeReqDescription
titlestringyesTask list title

No output schema declared.

No examples provided.

tasks_tasklists_list ~53

List the authenticated user's task lists.

NameTypeReqDescription
maxResultsnumberMax task lists per page (1-100, default 20)
pageTokenstringToken for the next page of results

No output schema declared.

No examples provided.

tasks_tasklists_update ~44

Update a task list (only supplied fields change).

NameTypeReqDescription
taskliststringyesTask list ID to update
titlestringNew task list title

No output schema declared.

No examples provided.

tasks_tasks_clear ~44

Hide all completed tasks in a list. Cleared tasks are not deleted but stop appearing in default list responses.

NameTypeReqDescription
taskliststringyesTask list ID to clear

No output schema declared.

No examples provided.

tasks_tasks_delete ~49

Delete a task. If assigned from Docs/Chat Spaces, the original is also removed.

NameTypeReqDescription
taskstringyesTask ID to delete
taskliststringyesTask list ID

No output schema declared.

No examples provided.

tasks_tasks_get ~35

Get a task by ID.

NameTypeReqDescription
taskstringyesTask ID
taskliststringyesTask list ID

No output schema declared.

No examples provided.

tasks_tasks_insert ~149

Create a new task. Use parent to nest as a subtask, previous to position after a sibling.

NameTypeReqDescription
duestringDue date (RFC 3339, e.g. "2026-06-01T00:00:00.000Z")
notesstringFree-text notes / body
parentstringParent task ID (insert as a subtask under this task)
previousstringSibling task ID (insert immediately after this task)
statusstringTask status: needsAction or completed
taskliststringyesTask list ID to insert into
titlestringyesTask title

No output schema declared.

No examples provided.

tasks_tasks_list ~245

List tasks in a task list. Excludes hidden and assigned tasks by default; set showHidden/showAssigned to include them.

NameTypeReqDescription
completedMaxstringUpper bound on completion date (RFC 3339)
completedMinstringLower bound on completion date (RFC 3339)
dueMaxstringUpper bound on due date (RFC 3339)
dueMinstringLower bound on due date (RFC 3339)
maxResultsnumberMax tasks per page (1-100, default 20)
pageTokenstringToken for the next page of results
showAssignedbooleanInclude tasks assigned from Docs/Chat Spaces
showCompletedbooleanInclude completed tasks (default true; ignored unless showHidden is also true)
showDeletedbooleanInclude deleted tasks
showHiddenbooleanInclude hidden (cleared) tasks
taskliststringyesTask list ID (use "@default" for the default list)
updatedMinstringLower bound on last-modified time (RFC 3339)

No output schema declared.

No examples provided.

tasks_tasks_move ~115

Move a task within its list or to another list. Use parent/previous to set position; destinationTasklist to change list.

NameTypeReqDescription
destinationTaskliststringDestination task list ID (omit to move within the source list)
parentstringNew parent task ID (move as subtask under this task)
previousstringNew sibling task ID (move immediately after this task)
taskstringyesTask ID to move
taskliststringyesSource task list ID

No output schema declared.

No examples provided.

tasks_tasks_update ~102

Update a task (only supplied fields change). Common use: complete a task by setting status to "completed".

NameTypeReqDescription
duestringDue date (RFC 3339)
notesstringFree-text notes / body
statusstringTask status: needsAction or completed
taskstringyesTask ID to update
taskliststringyesTask list ID
titlestringTask title

No output schema declared.

No examples provided.

Common questions

What is the Google Workspace MCP Server server?

Google Workspace MCP Server is listed in the public MCP registry as io.github.conorbronsdon/gws-mcp-server. Google Workspace as 39 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks. This page covers its npm package (gws-mcp-server).

Is the Google Workspace MCP Server server safe to use?

Google Workspace MCP Server scores 95 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Google Workspace MCP Server server expose?

Google Workspace MCP Server exposes 39 tools: drive_files_list, drive_files_get, drive_files_create, drive_files_copy, drive_files_update, and 34 more. Their descriptions and schemas cost roughly 3,143 tokens of context every time the server is loaded.

Is the Google Workspace MCP Server server still maintained?

Google Workspace MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Google Workspace MCP Server server under?

Google Workspace MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.