Skip to main content
Glama
CSOAI-ORG

Email Automation MCP

Email Automation MCP

MCP server for email automation mcp operations

PyPI License: MIT MEOK AI Labs

Overview

Email Automation MCP provides AI-powered tools via the Model Context Protocol (MCP).

Tools

Tool

Description

send_email

Send an email via SMTP. Requires EMAIL_ADDRESS and EMAIL_PASSWORD env vars.

read_inbox

Read recent emails from a mailbox folder. Returns subject, from, date,

search_emails

Search emails in a folder. Supports these query formats:

create_draft

Save an email as a draft without sending it. The draft appears in

list_folders

List all mailbox folders (INBOX, Sent, Drafts, etc.) available

Installation

pip install meok-email-automation-mcp

Usage with Claude Desktop

Add to your Claude Desktop MCP config (claude_desktop_config.json):

{
  "mcpServers": {
    "email-automation-mcp": {
      "command": "python",
      "args": ["-m", "meok_email_automation_mcp.server"]
    }
  }
}

Usage with FastMCP

from mcp.server.fastmcp import FastMCP

# This server exposes 5 tool(s) via MCP
# See server.py for full implementation

License

MIT © MEOK AI Labs

Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

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/CSOAI-ORG/email-automation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server