Server data from the Official MCP Registry
Private, EU-hosted email for AI agents over JMAP: read, search, reply, organize, send.
About
Private, EU-hosted email for AI agents over JMAP: read, search, reply, organize, send.
Remote endpoints: streamable-http: https://mcp.lettio.eu/mcp
Security Report
Lettio MCP is a well-designed email client server with strong security fundamentals. Authentication is properly required, credentials are handled safely (environment variables, Basic Auth in memory), and the send operation is deliberately constrained to prevent spoofing. Minor code quality issues around input validation and error handling do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
4 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: LETTIO_USERNAME
Environment variable: LETTIO_PASSWORD
Environment variable: LETTIO_HOST
How to Install & Connect
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
Documentation
View on GitHubFrom the project's GitHub README.
Lettio MCP
Let your AI assistant read, search and send email from a private, EU-hosted mailbox.
Lettio MCP is a Model Context Protocol server that connects an AI agent (Claude, Cursor, and any other MCP client) to a Lettio mailbox over JMAP. Your assistant can triage your inbox, find a message, and send a reply — without your email ever leaving Europe.
- 🇪🇺 European by default — talks to your own EU-hosted mailbox, no third‑party middleman.
- 🔒 Safe sending — the server can only ever send as the mailbox it is signed in to. It cannot be tricked into sending from another address.
- 📬 Everything an agent needs — list, search, read and send, over the open JMAP standard.
- 👥 One or many mailboxes — configure a single account or several.
Prefer nothing to install? Lettio also runs as a hosted, OAuth‑secured MCP server at
https://mcp.lettio.eu/mcp— add that URL in your client and sign in. This npm package is the local / self‑hosted option for people who want to run it on their own machine.
Tools
| Tool | What it does |
|---|---|
list_accounts | List the mailboxes this server is configured for. |
list_mailboxes | List folders in an account, with message and unread counts. |
list_recent_emails | Most recent messages in a mailbox (defaults to the inbox). |
search_emails | Free‑text search across sender, subject and body. |
read_email | Full content of one message by id. |
send_email | Send a plain‑text email as the signed‑in mailbox. |
reply_email | Reply in‑thread (keeps the conversation), optionally reply‑all. |
set_read_status | Mark a message read or unread. |
flag_email | Flag (star) or unflag a message. |
move_email | Move to a folder — archive, trash (reversible), or a folder name. |
Requirements
- Node.js 18 or newer.
- A Lettio mailbox and an app password for it (use a dedicated app password, not your main login).
Use with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"lettio": {
"command": "npx",
"args": ["-y", "@lettio/mcp"],
"env": {
"LETTIO_USERNAME": "you@yourcompany.eu",
"LETTIO_PASSWORD": "your-app-password"
}
}
}
}
Restart Claude Desktop; the Lettio tools appear in the tools menu.
Configuration
Configured entirely through environment variables.
Single mailbox
| Variable | Required | Description |
|---|---|---|
LETTIO_USERNAME | yes | Full email address, e.g. you@yourcompany.eu. |
LETTIO_PASSWORD | yes | Mailbox app password. |
LETTIO_HOST | no | Mail host. Defaults to https://mail.lettio.eu. |
LETTIO_ACCOUNT_NAME | no | Friendly name for the account (default: the username). |
Several mailboxes
Set LETTIO_ACCOUNTS to a JSON array and omit the single‑account variables:
[
{ "name": "work", "username": "you@yourcompany.eu", "password": "app-password" },
{ "name": "sales", "username": "sales@yourcompany.eu", "password": "app-password" }
]
Then pass account: "work" to any tool to choose which mailbox to use.
Security
Sending is deliberately constrained. Before it sends, the server asks the mail host for the
identities the signed‑in mailbox is allowed to use and requires one that matches the login
address. The From header and the SMTP envelope MAIL FROM are both pinned to that
address. There is no parameter for choosing a different sender, so an agent can never send
"from" a foreign or arbitrary mailbox. Credentials are read from the environment, kept only in
memory, and never logged.
Run from source
npm install
npm run build
LETTIO_USERNAME=you@yourcompany.eu LETTIO_PASSWORD=app-password npm start
License
MIT © Valmia Solutions s.r.o.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
