mcp_email_reader
@karateboss
mcp_email_reader について
Model Context Protocol (MCP) server to connect to an email server and to read emails
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp_email_reader": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/karateboss/mcp_email_reader@main",
"mcp_email_reader"
],
"env": {
"IMAP_SERVER": "",
"EMAIL_ACCOUNT": "",
"EMAIL_PASSWORD_ENC": "",
"EMAIL_SECRET_KEY": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp_email_reader?
mcp_email_reader is a Model Context Protocol (MCP) server that exposes email-reading tools—search_emails, download_attachment, and list_folders—for use with MCP-enabled AI tools like Claude Desktop or LibreChat with Ollama.
How to use mcp_email_reader?
Install Python 3.10+, install uv, then add a JSON configuration block to your claude_desktop_config.json specifying the uvx command, the repository URL, and environment variables for your IMAP server, email account, encrypted password, and secret key.
Key features of mcp_email_reader
- Search emails using IMAP via
search_emailstool - Download email attachments with
download_attachment - List email folders with
list_folders - Works with Claude Desktop and LibreChat (Ollama)
- Uses encrypted password and secret key for authentication
Use cases of mcp_email_reader
- Let an AI assistant search through your inbox for specific emails
- Automatically download attachments from emails using natural language commands
- List all email folders to organize or find messages across accounts
FAQ from mcp_email_reader
What tools does mcp_email_reader provide?
It provides three MCP tools: search_emails, download_attachment, and list_folders.
What are the runtime requirements?
Python 3.10 or higher and the uv package manager are required. The server is tested on Windows and macOS.
How is my email password secured?
The password is stored encrypted using a secret key; both the encrypted password and secret key are placed in the local claude_desktop_config.json file. The README notes this is a potential security risk.
What email protocols does it support?
It uses IMAP for fetching emails. You must provide your IMAP server address.
Can I use it without Claude Desktop?
Yes, it works with any MCP-enabled AI tool; the README specifically mentions LibreChat with Ollama.
「コミュニケーション」の他のコンテンツ
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
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
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
コメント