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

Google Workspace MCP Server

NPM · GWS-MCP-SERVER · SCANNED AUG 3

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

Available components

+32 this week 78 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • 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 25 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).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 Management22
  • Stability check failed: the tool surface changed between 0.2.0 and 0.4.0: 2 tool removals, 0 breaking changes, 0 additions. See how to fix → Fail
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · gws-mcp-server

# add to Claude Code
claude mcp add conorbronsdon-gws-mcp-server -- npx -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"]
// 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.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 18 to 22.

  • 2 Aug 26 +56
    • Stability: unverified → fail security
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: conorbronsdon/gws-mcp-server security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → good functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
    • Package version: 0.2.0 → 0.4.0 functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

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
Discovery method:
attestation_endpoint
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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. "[email protected], [email protected]"

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:[email protected] 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.