mcpbeat Sign in

Email MCP Server

local only

Email runs on your own machine — the client starts it, so there is no endpoint to ping. 305 installs a week from npm. Last commit 14 Sep 2026.

Query SES send history, delivery events, domains and suppressions, and send from your AWS account.

Installs per day peak 351 · avg 44 · +885% w/w
a month agotoday
305
Installs / week
npm · @wraps.dev/mcp
1
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Email every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 email -- npx -y @wraps.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "email": {
      "args": [
        "-y",
        "@wraps.dev/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.email]
command = "npx"
args = ["-y", "@wraps.dev/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "email": {
      "args": [
        "-y",
        "@wraps.dev/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "email": {
      "args": [
        "-y",
        "@wraps.dev/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AWS_REGION (Region your Wraps stack is deployed in. Optional only if your active AWS profile supplies one — SES identities are per-region.), AWS_PROFILE (AWS profile to use. Credentials are read locally and never leave the machine.), WRAPS_WRITE_ENABLED (Set to true to enable the send_email tool. Read-only by default.), WRAPS_FROM_EMAIL (Default from address for send_email. Must be a domain verified in your SES account.), WRAPS_ALLOWED_RECIPIENTS (Comma-separated addresses the agent may send to. Restricts send_email when write mode is on.), WRAPS_ALLOWED_RECIPIENT_DOMAINS (Comma-separated domains the agent may send to. Matching is exact; list subdomains explicitly.), WRAPS_HISTORY_TABLE_NAME (DynamoDB table holding email history. Defaults to wraps-email-history.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Email

same job, measured the same way
Laravel Forge
by usefulapi

Manage Laravel Forge servers, sites, and deployments from your AI assistant.

17 tools answering
MCP Skill Server
by jcc-ne

An MCP server that mounts your skill directory and add deterministic entry for deployment

73 installs/wk local only
Maildev MCP
by pierre3

MailDev MCP server. Manage Docker containers and inspect emails from your AI editor or MCP client.

local only
I
Airbrake MCP Server
by dach3r

Query Airbrake errors, notices, deploys, and project stats from MCP clients

214 installs/wk local only
nyxory
by nyxory

Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status.

46 installs/wk answering
JustDeploy
by justdeploy

Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent

answering
Scalingo
by usefulapi

Manage Scalingo PaaS apps, deployments, containers, logs and env vars from your AI assistant.

21 tools answering
Sable Platform + HyperDX Observability
by sable-inc

Manage Sable AI voice agents, query HyperDX logs and metrics, and deploy — all from your IDE

local only

Email — questions

Answers built from our own checks of this server.

Why is there no uptime for Email?
Email 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 npm package @wraps.dev/mcp was installed 305 times last week.
How do I connect Email?
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 @wraps.dev/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Email?
The npm package @wraps.dev/mcp was installed 305 times in the last week. Week over week that is +885%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Email open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.