# io.github.markswendsen-code/gmail (npm · @striderlabs/mcp-gmail)

Gmail MCP server — send, read, and search email. By Strider Labs.

- Trust score: 65/100 (medium)
- Change this week: +19
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@striderlabs/mcp-gmail`: 65/100 (this document), [markdown](https://verifymcp.io/servers/markswendsen-code-gmail/striderlabs-mcp-gmail.md), [page](https://verifymcp.io/servers/markswendsen-code-gmail/striderlabs-mcp-gmail)

## Channel facts

- Registry: `npm`
- Package: `@striderlabs/mcp-gmail`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 79/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known high-severity CVE affects uuid 9.0.1, reached via googleapis > googleapis-common > uuid. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (119 of 123), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 46 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 267 tokens (~66/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add markswendsen-code-gmail -- npx -y @striderlabs/mcp-gmail
```

### Codex

```bash
codex mcp add markswendsen-code-gmail -- npx -y @striderlabs/mcp-gmail
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markswendsen-code-gmail": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@striderlabs/mcp-gmail"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add markswendsen-code-gmail --command npx --arg -y --arg @striderlabs/mcp-gmail
```

### Hermes

```yaml
mcp_servers:
  markswendsen-code-gmail:
    command: "npx"
    args: ["-y", "@striderlabs/mcp-gmail"]
```

### Other

```json
{
  "mcpServers": {
    "markswendsen-code-gmail": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-gmail"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 65, +60)

- [security regression] CVE-2026-41907 affects this package: high
- [security regression] Provenance: unverified → fail
- [security regression] Known CVEs: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 5, −16)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-31 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (4)

### `gmail_send` (~93 tokens)

Send an email from the user's Gmail account. Use this when the user wants to send an email to someone.

Input parameters:

- `bcc` (string): BCC recipients (comma-separated, optional)
- `body` (string, required): Email body content (plain text)
- `cc` (string): CC recipients (comma-separated, optional)
- `subject` (string, required): Email subject line
- `to` (string, required): Recipient email address

### `gmail_search` (~69 tokens)

Search emails in the user's Gmail inbox using Gmail search syntax. Use this to find specific emails.

Input parameters:

- `maxResults` (number): Maximum number of results to return (default: 10)
- `query` (string, required): Gmail search query (e.g., "from:example@gmail.com subject:meeting")

### `gmail_read` (~35 tokens)

Read the full content of a specific email by its message ID.

Input parameters:

- `messageId` (string, required): The Gmail message ID to read

### `gmail_list` (~70 tokens)

List recent emails from the inbox. Use this to see what emails the user has received.

Input parameters:

- `label` (string): Filter by label (e.g., "INBOX", "UNREAD", "STARRED")
- `maxResults` (number): Maximum number of emails to list (default: 10)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/markswendsen-code-gmail/striderlabs-mcp-gmail#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 5
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/@striderlabs/mcp-gmail
- Socket report: https://socket.dev/npm/package/@striderlabs/mcp-gmail
- Repository: https://github.com/markswendsen-code/mcp-gmail
- Changelog RSS feed: https://verifymcp.io/servers/markswendsen-code-gmail/striderlabs-mcp-gmail/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/markswendsen-code-gmail/striderlabs-mcp-gmail/changelog.json
- HTML version of this page: https://verifymcp.io/servers/markswendsen-code-gmail/striderlabs-mcp-gmail
