mcp_email_reader
Model Context Protocol (MCP) server to connect to an email server and to read emails
Documentation
mcp_email_reader
Model Context Protocol (MCP) server exposes several mcp tools called search_emails, download_attachment and list_folders. This has been tested on Claude Desktop and LibreChat with Ollama.
Installation
Prerequisites
Windows
1. Install Claude Desktop (or another MCP-enabled AI tool)
2. Install Python 3.10 or higher:
3. Install uv:
macOS
1. Install Claude Desktop (or another MCP-enabled AI tool)
2. Install Python 3.10 or higher:
3. Install uv:
Configuration
Add the following to your `claude_desktop_config.json`:
{
"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": ""
}
}
}Note: Clearly, the secret key can be used to decrypt the encrypted password and is therefore a potential security risk - although claude_desktop_config.json is stored locally on your laptop/PC. It has been added to the json file above since it is not possible to add a .env file when using uvx to clone the repo dynamically.
Attribution
This software package implements the ability to read emails into a MCP enabled framework and is developed by karateboss.
Contributing
We welcome contributions to improve these tools. Please submit issues and pull requests through our repository.
Support
For questions and support:
1. Check our documentation
2. Submit an issue in our repository
Frequently asked questions
What is mcp_email_reader?
mcp_email_reader is Model Context Protocol (MCP) server to connect to an email server and to read emails
How do I install mcp_email_reader?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp_email_reader open source?
Yes — it is hosted on GitHub at https://github.com/karateboss/mcp_email_reader and has 1 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP