mcpbeat Sign in

Email2Chat MCP Server

by bayramcsb Your server? Claim it
local only

Email2Chat runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from pypi.

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

Installs per day peak 32 · avg 13 · +6% w/w
a month agotoday
82
Installs / week
pypi · email2chat-mcp
0
Stars
0 open issues
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/email2chat_mcp/__init__.py:1, [пакет] src/email2chat_mcp/__main__.py:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add email2chat-mcp -- uvx email2chat-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "email2chat-mcp": {
      "args": [
        "email2chat-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.email2chat-mcp]
command = "uvx"
args = ["email2chat-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "email2chat-mcp": {
      "args": [
        "email2chat-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "email2chat-mcp": {
      "args": [
        "email2chat-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: EMAIL2CHAT_API_KEY (Your API key from the Email2Chat dashboard (starts with em2c_)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Email2Chat

same job, measured the same way
Mailbridge
by creativestefan

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

135 installs/wk local only
Gmail
by domdomegg

Allow AI systems to read, send, archive, and manage emails via Gmail.

292 installs/wk local only
Gmail
by waystation

Read emails, send messages, and manage labels in your Gmail account.

answering
Outlook Email
by mintmcp

A MCP server for Outlook email that lets you search, read, and draft emails and replies.

answering
Agent Email
by usejunior

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP

145 installs/wk local only
Apple Mail
by jonathanrreed

Read, search, compose, and send emails via Apple Mail on macOS.

968 installs/wk local only
Mail.app
by p-l-ta

Search, read, send, and manage email via macOS Mail.app across all configured accounts.

53 installs/wk local only
Dragapp
by dragapp

AI-powered email & WhatsApp for teams — manage your shared inbox from Claude, Cursor or ChatGPT.

107 installs/wk local only

Email2Chat — questions

Answers built from our own checks of this server.

Why is there no uptime for Email2Chat?
Email2Chat runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package email2chat-mcp was installed 82 times last week.
How do I connect Email2Chat?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls email2chat-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Email2Chat?
The pypi package email2chat-mcp was installed 82 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Email2Chat open source?
We cannot say either way: 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.