Gmail MCP server does not include display name in From header
Resolved 💬 2 comments Opened Mar 3, 2026 by madison-ctrl Closed Mar 31, 2026
Description
When sending emails via the Gmail MCP server integration ("claude.ai Gmail"), the From header does not include the sender's display name. Recipients see the raw email address username (e.g., "agenticaccelerator") instead of the properly configured display name (e.g., "Agentic Accelerator").
Steps to Reproduce
- Configure a Gmail account with a display name containing spaces/capitalization (e.g., "Agentic Accelerator")
- Verify the name is correct in both:
- Google Account → Personal Info → Name
- Gmail → Settings → Accounts and Import → "Send mail as"
- Use the
send_emailtool from the Gmail MCP server to send an email - Check the received email — the sender shows as the email username (e.g., "agenticaccelerator") rather than the configured display name ("Agentic Accelerator")
Expected Behavior
The From header should include the display name from the Gmail account's "Send mail as" setting, e.g.:
From: Agentic Accelerator <agenticaccelerator@gmail.com>
Actual Behavior
The From header appears to omit the display name, so recipients see the email address username as the sender name:
From: agenticaccelerator@gmail.com
Environment
- Claude Code CLI
- Gmail MCP server (cloud-managed "claude.ai Gmail" integration)
- macOS
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗