Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Email Client

FreeNot checked

Email Client as MCP Server. Feature: multiple configuration, more than just gmail

GitHubEmbed

About

Email Client as MCP Server. Feature: multiple configuration, more than just gmail

README

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

  1. Clone the repository:

    git clone https://github.com/gamalan/mcp-email-client.git
    cd mcp-email-client
    
  2. Install uv Linux/MacOS

    curl -LsSf https://astral.sh/uv/install.sh | sh
    

    Windows

    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
    
  3. 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

{
    "servers": {
        "any-name": {
            "type": "stdio",
            "command": "/path/to/uv",
            "args": [
                "run",
                "--directory",
                "/path/to/repo",
                "run_mcp_server.py",
            ]
        }
    }
}

from github.com/gamalan/mcp-email-client

Installing Email Client

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/gamalan/mcp-email-client

FAQ

Is Email Client MCP free?

Yes, Email Client MCP is free — one-click install via Unyly at no cost.

Does Email Client need an API key?

No, Email Client runs without API keys or environment variables.

Is Email Client hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Email Client in Claude Desktop, Claude Code or Cursor?

Open Email Client on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Email Client with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs