Customer Support Email MCP
š§ Customer Support Email MCP
Let Claude read, search, draft, and send customer support emails directly through Gmail ā no manual copy-pasting required!
Features
āļø Read Emails - Claude reads support requests from your inbox š Search - Find emails by keyword instantly āļø Draft - Claude auto-drafts professional responses š¤ Send - Send emails directly without leaving Claude š¤ AI-Powered - Intelligent response generation for common issues
Installation
cd CUSTOMER_SUPPORT_EMAIL_MCP
npm installUsage
Development
npm run devBuild & Run
npm run build
npm startAvailable Functions
read_email
Read a specific email from the inbox.
read_email({ email_id: "1" })
// Returns email with from, subject, body, timestamplist_inbox
List emails from the inbox.
list_inbox({ limit: 10 })
// Returns array of emailssearch_emails
Search for emails by keyword.
search_emails({ query: "refund" })
// Returns matching emailsdraft_email
Draft a response email.
draft_email({
to: "customer@example.com",
subject: "RE: Your Support Request",
body: "Thank you for contacting us..."
})
// Returns draft with indexsend_email
Send a drafted email.
send_email({ draft_index: 0 })
// Returns confirmationExample Workflow
Tell Claude: "Check my support emails and send responses to unhappy customers"
Claude reads all inbox emails
Claude searches for complaint keywords
Claude drafts professional responses
Claude sends the emails automatically
Integration with Claude
Configure this MCP in Claude's settings to enable:
"What are my support requests?"
"Draft responses to angry customers"
"Send thank you emails to recent customers"
Requirements
Node.js 16+
TypeScript
Anthropic Claude API key
Technical Stack
Language: TypeScript
Runtime: Node.js
Protocol: Model Context Protocol (MCP)
AI: Anthropic Claude 3.5 Sonnet
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anslemdavid/CUSTOMER_SUPPORT_EMAIL_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server