email-mcp-server

ptbsare/email-mcp-server
★ 4 stars Python 🤖 AI/LLM Updated today
This Python script implements an MCP (Model Context Protocol) server using the mcp library (FastMCP) that allows an LLM (like Claude) to interact with an email account using POP3 (for reading/deleting emails) and SMTP (for sending emails), both secured with TLS encryption.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "email-mcp-server": {
      "command": "uvx",
      "args": [
        "email-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install email-mcp-server

README Excerpt

A Model Context Protocol (MCP) server for email operations (POP3/SMTP with TLS). Allows an LLM like Claude to read, send, and manage emails. The fastest way to use the Email MCP Server — no clone, no install: ```bash uvx git+https://github.com/ptbsare/email-mcp-server ``` That's it. The server starts immediately. On first run, uvx caches the package; subsequent launches are instant.

Tools (1)

EMAIL_PASS

Topics

emailemail-receiveremail-sendermcp-serversmtp