MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
gmail-workspace-mcp-server · npm · 0.4.11
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp/gmail",
"description": "MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/gmail"
},
"version": "0.4.11",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "gmail-workspace-mcp-server",
"version": "0.4.11",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-y",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "OAuth2 client ID from Google Cloud Console (for personal Gmail accounts).",
"isSecret": true,
"name": "GMAIL_OAUTH_CLIENT_ID"
},
{
"description": "OAuth2 client secret from Google Cloud Console.",
"isSecret": true,
"name": "GMAIL_OAUTH_CLIENT_SECRET"
},
{
"description": "Refresh token from the OAuth2 setup script.",
"isSecret": true,
"name": "GMAIL_OAUTH_REFRESH_TOKEN"
},
{
"description": "Service account email address (for Google Workspace).",
"name": "GMAIL_SERVICE_ACCOUNT_CLIENT_EMAIL"
},
{
"description": "Service account private key in PEM format (for Google Workspace).",
"isSecret": true,
"name": "GMAIL_SERVICE_ACCOUNT_PRIVATE_KEY"
},
{
"description": "Email address to impersonate (required for service account mode).",
"name": "GMAIL_IMPERSONATE_EMAIL"
},
{
"description": "Comma-separated list of tool groups to enable (readonly, readwrite, readwrite_external).",
"name": "GMAIL_ENABLED_TOOLGROUPS"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-06-17T03:55:51.252955Z",
"publishedAt": "2026-06-17T03:55:51.252955Z",
"updatedAt": "2026-06-17T03:55:51.252955Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.11last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.