- Explore MCP Servers
- mcp-email-client
Mcp Email Client
What is Mcp Email Client
mcp-email-client is a Python-based email client designed to manage multiple email configurations, send emails, and read unread emails. It serves as an MCP for Claude Desktop.
Use cases
Use cases for mcp-email-client include managing multiple email accounts, automating email sending processes, and efficiently reading unread emails from various accounts.
How to use
To use mcp-email-client, clone the repository from GitHub, install the necessary dependencies, and configure it according to your email settings. You can then manage your email configurations and perform actions like sending and reading emails.
Key features
Key features include listing all email configurations, adding, updating, and deleting configurations, sending emails using specified configurations, and reading the latest 5 unread emails.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Email Client
mcp-email-client is a Python-based email client designed to manage multiple email configurations, send emails, and read unread emails. It serves as an MCP for Claude Desktop.
Use cases
Use cases for mcp-email-client include managing multiple email accounts, automating email sending processes, and efficiently reading unread emails from various accounts.
How to use
To use mcp-email-client, clone the repository from GitHub, install the necessary dependencies, and configure it according to your email settings. You can then manage your email configurations and perform actions like sending and reading emails.
Key features
Key features include listing all email configurations, adding, updating, and deleting configurations, sending emails using specified configurations, and reading the latest 5 unread emails.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Mail Client MCP
Overview
Mail Client MCP is a Python-based email client that allows users to manage email configurations, send emails, and read the latest unread emails. It provide MCP for Claude Desktop
Features
- List all email configurations
- Add new email configurations
- Update existing email configurations
- Delete email configurations
- Send emails using specified configurations
- Read the latest 5 unread emails
Installation
-
Clone the repository:
git clone https://github.com/gamalan/mcp-email-client.git cd mcp-email-client -
Install uv
Linux/MacOScurl -LsSf https://astral.sh/uv/install.sh | shWindows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" -
Install dependencies:
uv sync
Configuration
Configuration example using Claude Desktop
{
"mcpServers": {
"mcp_email_client": {
"command": "uv",
"args": [
"run",
"--directory",
"D:\\Project\\RepoPath",
"mcp_email_client"
]
}
}
}
or in VsCode
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










