loading…
Search for a command to run...
loading…
Email Automation - MCP server providing AI-powered tools and automation by MEOK AI Labs
Email Automation - MCP server providing AI-powered tools and automation by MEOK AI Labs
Email Automation MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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 |
pip install meok-email-automation-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"email-automation-mcp": {
"command": "python",
"args": ["-m", "meok_email_automation_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"email-automation-mcp": {
"command": "npx",
"args": []
}
}
}