MCP Enabled Email Reader
@Safe-Swiss-Cloud-AG
MCP Enabled Email Reader について
MCP server to connect to an email server and search emails
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-pdf-reader": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Safe-Swiss-Cloud-AG/mcp_email@main",
"mcp_email"
],
"env": {
"IMAP_SERVER": "",
"EMAIL_ACCOUNT": "",
"EMAIL_PASSWORD_ENC": "",
"EMAIL_SECRET_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Enabled Email Reader?
MCP Enabled Email Reader is a Model Context Protocol (MCP) server that exposes three MCP tools – search_emails, download_attachment, and list_folders – to enable reading emails through MCP-enabled AI tools. It is designed for users of Claude Desktop, LibreChat with Ollama, or any MCP-compatible assistant.
How to use MCP Enabled Email Reader?
Install Python 3.10+ and uv, then add the server configuration to your claude_desktop_config.json using uvx with the repository URL and environment variables for IMAP server, email account, encrypted password, and secret key. The server will then be available to your MCP client.
Key features of MCP Enabled Email Reader
- Search emails via the
search_emailstool - Download attachments using
download_attachment - List email folders with
list_folders - Works with any IMAP email server
- Supports encrypted password storage
- Tested on Claude Desktop and LibreChat
Use cases of MCP Enabled Email Reader
- Let an AI assistant search your inbox for specific emails
- Automatically download attachments from selected messages
- Browse email folders and retrieve messages without a traditional client
FAQ from MCP Enabled Email Reader
What tools does the server provide?
It provides three MCP tools: search_emails, download_attachment, and list_folders.
What dependencies are required?
You need Python 3.10 or higher, the uv package manager, and an MCP-enabled AI tool such as Claude Desktop.
Where is the email data stored?
Your email credentials are stored locally in claude_desktop_config.json with the password encrypted using a secret key. Email data itself remains on the IMAP server.
How is my password secured?
The password is encrypted with a secret key (EMAIL_SECRET_KEY) and stored as EMAIL_PASSWORD_ENC in the configuration file. The secret key can decrypt it, but the config file resides only on your local machine.
Is this server compatible with any MCP client?
It has been tested on Claude Desktop and LibreChat with Ollama, but should work with any MCP‑enabled client that supports stdio transport.
「コミュニケーション」の他のコンテンツ
PhonePi MCP: Turn your phone into a toolbox for AI assistants using Model Context Protocol
priyankarkPhonePi MCP enables seamless integration between desktop AI tools and your smartphone, providing 23+ direct actions including SMS messaging, phone calls, contact management, snippet creation and search, clipboard sharing, notifications, battery status checks, and remote device co
Discord Mcp
SaseQA MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.
Email sending MCP 💌
ykhliThe official MCP server to send emails and interact with Resend
Mattermost MCP Server
pvevMattermost MCP server to enable Claude to interact with Mattermost Workspaces
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
コメント