JMAP-MCP
Read emails via MCP!
Introduction
JMAP-MCP is a connector designed to interact with a JMAP (JSON Mail Access Protocol) server, allowing you to read emails via the Model Context Protocol (MCP). This project specifically demonstrates integration with a Fastmail JMAP server.
Setup
Prerequisites: Ensure you have Node.js installed.
Clone the repository: Clone this repository to your local machine.
Install dependencies: Navigate to the project directory and run:
npm install
API Token Configuration
You need to set your JMAP API token to authenticate with your email server (e.g., Fastmail). Obtain your API token from your server's settings.
Set the JMAP_SESSION_URL and JMAP_TOKEN environment variables when running the application.
MCP Configuration
To use JMAP-MCP, you need to configure it as an mcpServer in your MCP configuration file. Here is an example configuration:
Usage
Once configured in MCP, you can use commands or features within MCP that interact with the server definition to read your emails via the JMAP protocol.
Related MCP Servers
- -securityAlicense-qualityOpenLink MCP Server for JDBCLast updated -8MIT License
- -securityAlicense-qualityMarineTraffic MCP ServerLast updated -8MIT License
- MIT License