This MCP server provides email processing capabilities for Outlook, integrating with MongoDB for semantic search and SQLite for efficient storage. It features multi-mailbox support, date range filtering, and vector embedding generation using Ollama. Designed for Windows environments, it offers tools for processing emails, storing metadata, and preparing data for advanced search and analysis tasks. The server is particularly useful for applications requiring automated email processing, semantic search capabilities, and integration with local Outlook installations.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Process emails from a specified date range and return structured results. Parameters: start_date (string, ISO format), end_date (string, ISO format), mailboxes (list of strings or ['All']).
Search for emails based on specified criteria.
Analyze the sentiment of the specified emails.
Identify actionable items from the specified emails.
Export email data in various formats including CSV, JSON, HTML, and Excel.
List all folders available in Outlook.
Retrieve statistics for specified Outlook folders.
Organize emails based on specified rules.
Extract contacts from the specified emails.
Retrieve statistics related to processed emails.
Check the consistency of data between SQLite and MongoDB.