Loading MCP server directory, please wait...
MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
npx @getmcp/cli add com.pulsemcp/gmailRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/gmail": {
"command": "npx",
"args": [
"-y",
"-y",
"gmail-workspace-mcp-server"
],
"env": {
"GMAIL_OAUTH_CLIENT_ID": "",
"GMAIL_OAUTH_CLIENT_SECRET": "",
"GMAIL_OAUTH_REFRESH_TOKEN": "",
"GMAIL_SERVICE_ACCOUNT_CLIENT_EMAIL": "",
"GMAIL_SERVICE_ACCOUNT_PRIVATE_KEY": "",
"GMAIL_IMPERSONATE_EMAIL": "",
"GMAIL_ENABLED_TOOLGROUPS": ""
}
}
}
}