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. Parameters: start_date (string, ISO format YYYY-MM-DD), end_date (string, ISO format YYYY-MM-DD), mailboxes (list of strings or ['All'] for all mailboxes). This tool connects to specified Outlook mailboxes, retrieves emails from Inbox and Sent Items folders (and Deleted Items if enabled), stores emails in SQLite database, generates embeddings using Ollama, and stores embeddings in MongoDB for semantic search.