Email Processing MCP Server
@Cam10001110101
Email Processing MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-outlook-email": {
"command": "uv",
"args": [
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「コミュニケーション」の他のコンテンツ
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
コメント