Skip to main content
Glama

Email MCP Server

by ggiraudon

Email MCP Server

This project is a modular, type-safe Email Management Context Protocol (MCP) server built with Node.js and TypeScript. It provides a set of tools and controllers for interacting with email servers using the IMAP protocol, supporting operations such as listing folders, retrieving messages, searching, moving, deleting, and managing message flags.

Features

  • IMAP Email Operations: Connect to IMAP servers to list folders, fetch messages, search, move, delete, and manage flags.
  • Type Safety: All models and data structures are defined using Zod schemas for runtime validation and TypeScript type inference.
  • MCP Tools: Implements the fastmcp Tool interface for modular, composable email operations.
  • Configurable: Email server configuration is loaded from a config file or environment variables.
  • Extensible: Easily add support for POP, SMTP, or JMAP protocols by extending the models and controllers.

Project Structure

  • src/models/ — Zod schemas and types for email data structures (MailItem, MailFolder, EmailAddress, etc.)
  • src/controllers/ — Controllers for IMAP and other protocols
  • src/tools/ — Individual MCP tools for each email operation
  • src/index.ts — Entry point, config loading, and tool registration

Getting Started

  1. Install dependencies:
    npm install
  2. Configure your email server settings in config.json or .env.
  3. Run the server or use the tools as needed.

Todo

  • IMAP functions
  • POP functions
  • SMTP functions
  • JMAP functions

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Enables interaction with email servers through IMAP protocol for managing emails, folders, and messages. Supports operations like listing folders, retrieving messages, searching, moving, deleting, and managing flags with type-safe validation.

  1. Features
    1. Project Structure
      1. Getting Started
        1. Todo
      2. License

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          Integrates with Gmail to enable sending, reading, drafting, and managing emails via the Model Context Protocol (MCP), allowing users to interact with email tasks through automated client prompts.
          Last updated -
          2
          GPL 3.0
        • -
          security
          A
          license
          -
          quality
          Enables interaction with Gmail through the Gmail API to read, send, and manage emails. Supports multiple Gmail accounts with real-time monitoring and advanced features for email search and attachment handling.
          Last updated -
          13
          Apache 2.0
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          Provides IMAP and SMTP capabilities, enabling developers to manage email services with seamless integration and automated workflows.
          Last updated -
          4
          73
          BSD 3-Clause
          • Apple
          • Linux
        • A
          security
          A
          license
          A
          quality
          Manage your emails effortlessly with a standardized interface for drafting, sending, retrieving, and organizing messages. Streamline your email workflow with complete Gmail API coverage, including label and thread management.
          Last updated -
          64
          156
          29
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/ggiraudon/emailMCPServer'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server