MCP email server allows AI agents to send emails with attachments and search files in specified directories. It provides secure SMTP transport, supports multiple recipients, and offers pattern matching for attachment searches. It integrates with Gmail, Outlook, Yahoo, QQ, and 163 email services. Developers use it for automated email workflows and file management.
MCP email server allows AI agents to send emails with attachments and search files in specified directories. It provides secure SMTP transport, supports multiple recipients, and offers pattern matching for attachment searches. It integrates with Gmail, Outlook, Yahoo, QQ, and 163 email services. Developers use it for automated email workflows and file management.
pip install mcp-server-emailAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"shy2593666979-mcp-server-email-github": {
"command": "uvx",
"args": [
"pip install mcp-server-email"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from email?"
API Key Required
This server requires an API key from email. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| EMAIL_API_KEY | Yes | Your email API key |
"What resources are available in email?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in email"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in email with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.