Email Processing MCP Server
@Cam10001110101
About Email Processing MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-outlook-email": {
"command": "uv",
"args": [
"venv",
".venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Email Processing MCP Server?
A cross-platform MCP server that processes Microsoft Outlook emails, generates vector embeddings using Ollama, and provides semantic search capabilities. It works on Windows, macOS, and any platform via Microsoft Graph API, and complies with the MCP 2025-06-18 specification.
How to use Email Processing MCP Server?
Install dependencies with uv, configure environment variables (MONGODB_URI, SQLITE_DB_PATH, etc.), set up provider-specific prerequisites (Outlook, Azure AD app), and add the server to Claude for Desktop’s claude_desktop_config.json. Tools like process_emails are invoked via natural language commands in Claude.
Key features of Email Processing MCP Server
- Process emails from Outlook with date range filtering
- Store emails in SQLite and embeddings in MongoDB
- Semantic search across email content via vector embeddings
- Multi-mailbox and multi-account support (Inbox, Sent, Deleted Items)
- Cross-platform: Windows, macOS, Graph API (any platform)
- 12+ MCP tools: search, sentiment analysis, export, folder management
Use cases of Email Processing MCP Server
- Search and analyze email archives using natural language queries
- Automate email processing workflows with AI assistants (e.g., Claude)
- Extract actionable items and contacts from Outlook mailboxes
- Export email data to CSV, JSON, HTML, or Excel for reporting
- Manage and organize emails across multiple accounts or tenants
FAQ from Email Processing MCP Server
What are the runtime dependencies?
Python 3.10+, Ollama with nomic-embed-text model, MongoDB server, and platform-specific components: Windows requires Outlook + pywin32, macOS requires Outlook for Mac, Graph API requires Azure AD app registration.
Where are email data and embeddings stored?
Raw emails and metadata are stored in a SQLite database (path set via SQLITE_DB_PATH). Vector embeddings are stored in MongoDB (connection string via MONGODB_URI).
How does the server determine which Outlook provider to use?
Set OUTLOOK_PROVIDER to auto (default) for automatic selection: Windows → COM automation, macOS → AppleScript, Linux/other → Graph API. Alternatively, force a provider with windows, mac, or graph.
Does the server support HTTP transport?
Yes. Run with --http flag to enable Streamable HTTP transport at http://localhost:8000/mcp, with full 2025-06-18 protocol compliance.
What authentication is required for Graph API access?
Register an Azure AD app with Mail.Read and User.Read.All application permissions, then provide GRAPH_CLIENT_ID, GRAPH_CLIENT_SECRET, and GRAPH_TENANT_ID as environment variables.
More Communication MCP servers
Telegram MCP Server
kfastovTelegram user console client and archiver
MCP Communicator (Telegram)
qpd-vAn MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
Comments