PersonalMCP

PersonalMCP

3.1

If you are the rightful owner of PersonalMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project involves developing a Model Context Protocol (MCP) server and a REST API to handle email and OCR tasks.

The project aims to create a robust system that integrates both MCP and REST APIs to manage email-related tasks and OCR processing. The MCP API is designed to interface with clients like Claude and OpenAI, while the REST API is intended for reporting and automation tasks. The current capabilities include searching for unread emails in a mailbox and performing basic email searches. Future developments include gathering PDF attachments, adding OCR capabilities, and integrating these features to fetch emails with attachments and return structured OCR output.

Features

  • MCP Server: Can search for unread emails in a provided mailbox.
  • Email Server: Performs basic searches for a provided mailbox.
  • REST API: Updated to handle email headers and bodies differently using SwiftMail.
  • OCR Server: Uses Mistral API for OCR tasks and has a new endpoint for performing OCR on emails.
  • Integration: Plans to integrate email fetching with OCR processing for structured output.