Home › Communication › mcp-servers
mcp-servers
MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.4.12)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-servers": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"GMAIL_OAUTH_CLIENT_ID": "<YOUR_VALUE>",
"GMAIL_OAUTH_CLIENT_SECRET": "<YOUR_VALUE>",
"GMAIL_OAUTH_REFRESH_TOKEN": "<YOUR_VALUE>",
"GMAIL_SERVICE_ACCOUNT_CLIENT_EMAIL": "<YOUR_VALUE>",
"GMAIL_SERVICE_ACCOUNT_PRIVATE_KEY": "<YOUR_VALUE>",
"GMAIL_IMPERSONATE_EMAIL": "<YOUR_VALUE>",
"GMAIL_ENABLED_TOOLGROUPS": "<YOUR_VALUE>"
}
}
}
}
GMAIL_OAUTH_CLIENT_IDsecret — OAuth2 client ID from Google Cloud Console (for personal Gmail accounts).GMAIL_OAUTH_CLIENT_SECRETsecret — OAuth2 client secret from Google Cloud Console.GMAIL_OAUTH_REFRESH_TOKENsecret — Refresh token from the OAuth2 setup script.GMAIL_SERVICE_ACCOUNT_CLIENT_EMAIL— Service account email address (for Google Workspace).GMAIL_SERVICE_ACCOUNT_PRIVATE_KEYsecret — Service account private key in PEM format (for Google Workspace).GMAIL_IMPERSONATE_EMAIL— Email address to impersonate (required for service account mode).GMAIL_ENABLED_TOOLGROUPS— Comma-separated list of tool groups to enable (readonly, readwrite, readwrite_external).
This server takes extra arguments — see its repository.
This repository has 29 servers listed in the Official MCP Registry.
Other names: com.pulsemcp.servers/pulse-fetch, com.pulsemcp/appsignal, com.pulsemcp/dynamodb, com.pulsemcp/fetchpet, com.pulsemcp/fly-io, com.pulsemcp/gcs, com.pulsemcp/good-eggs, com.pulsemcp/google-calendar, com.pulsemcp/google-docs, com.pulsemcp/google-flights, com.pulsemcp/hatchbox, com.pulsemcp/image-diff, com.pulsemcp/langfuse, com.pulsemcp/monarch-money, com.pulsemcp/onepassword, com.pulsemcp/playwright-stealth, com.pulsemcp/pointsyeah, com.pulsemcp/proctor, com.pulsemcp/pulse-fetch, com.pulsemcp/pulse-subregistry, com.pulsemcp/remote-filesystem, com.pulsemcp/s3, com.pulsemcp/serpapi-hotels, com.pulsemcp/slack, com.pulsemcp/ssh, com.pulsemcp/svg-tracer, com.pulsemcp/twist, com.pulsemcp/vercel
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
NotFair
OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
OpenOSINT
AI-powered OSINT agent & MCP server. 16 tools: email, breach, IP, WHOIS, DNS, Shodan, GitHub & more.
Data from the Official MCP Registry