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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.