mcpbeat Sign in

Meser10 MCP Server

local only

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

Operate the Meser 10 email and SMS platform from any MCP client. Read-only by default.

Installs per day peak 183 · avg 15
a month agotoday
437
Installs / week
npm · @meser10/mcp-server
0
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Meser10 MCP 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 meser10-mcp -- npx -y @meser10/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meser10-mcp": {
      "args": [
        "-y",
        "@meser10/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meser10-mcp]
command = "npx"
args = ["-y", "@meser10/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "meser10-mcp": {
      "args": [
        "-y",
        "@meser10/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meser10-mcp": {
      "args": [
        "-y",
        "@meser10/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MESER10_API_KEY (API key issued in the Meser 10 UI under My Account, Advanced settings, API settings.), MESER10_USER_ID (Meser 10 account number. Not a secret. Optional: 17 of the 61 operations authenticate on the key alone, the other 44 need it.), MESER10_MODE (Safety gate: read (default), write, send or destructive. Each level adds tools; send delivers to real recipients and spends credit.), MESER10_MAX_RECIPIENTS (Refuses any single send targeting more addresses than this cap.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Meser10 MCP

same job, measured the same way
Templated
by templated

Create and manage Templated email templates from any MCP client - bring your own model.

26 installs/wk answering
PowerDMARC MCP
by powerdmarc

Remote MCP server bridging AI clients with the PowerDMARC email authentication Platform.

answering
Gmail Attachments MCP
by zayansalman

Minimal MCP server for downloading Gmail attachments to disk. Read-only OAuth by default.

69 installs/wk local only
Whatsapp
by wacli

Your own WhatsApp as an MCP server: read, search and send from any MCP client.

answering
WhatsApp Connect
by idle-sync

Read, search, and send personal WhatsApp messages from any MCP client, behind a send-confirm gate.

local only
Router MCP
by intelli-verse-x

Run the Intelliverse platform from any agent: apps, API keys, knowledge bases, email, media, chat.

local only
MCP Mailtrap
by pijusz

MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox

27 installs/wk local only
Hedwig
by hedwig-ai

Read, arrange, and build agents on your Hedwig email board from any AI client. Nothing ever sends.

answering

Meser10 MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Meser10 MCP?
Meser10 MCP 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 @meser10/mcp-server was installed 437 times last week.
How do I connect Meser10 MCP?
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 @meser10/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Meser10 MCP?
The npm package @meser10/mcp-server was installed 437 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meser10 MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.