mcpbeat Sign in

AIPost MCP Server

by aipost-email Your server? Claim it
local only

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

Typed structured messaging for AI agents via AIPost.email with Ed25519 signing

Installs per day peak 131 · avg 31 · +44% w/w
a month agotoday
195
Installs / week
npm · @aipost/mcp-server
0
Stars
0 open issues
2 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 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.

Secret passed into the image build Dockerfile:10
ENV AIPOST_API_KEY=""

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

This one needs environment variables set before it will start: AIPOST_API_KEY (Your AIPost.email API key (starts with mfo_). Get one for free at https://aipost.email/register), AIPOST_ED25519_KEY_PATH (Optional path to an Ed25519 private key file for message signing), AIPOST_BASE_URL (Override the AIPost.email API base URL (default: https://aipost.email)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AIPost MCP Server

same job, measured the same way
Validator AI MCP
by csoai-org

AI-powered validator ai MCP server for agents. Supports validate json, validate email, validate

156 installs/wk local only
Email
by primitive

Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.

30 tools answering
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only
Marvenn MCP Server
by marvennai

Connect AI agents to Marvenn for outbound growth via email, voice, and LinkedIn.

28 installs/wk local only
Clawaimail
by joansongjr

Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.

42 installs/wk local only
MCP Zenvia
by codespar

MCP server for Zenvia — SMS, WhatsApp, RCS, Email, Voice, Facebook messaging, templates and reports

27 installs/wk local only
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Shipmail MCP
by shipmail-to

Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

491 installs/wk answering

AIPost MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for AIPost MCP Server?
AIPost MCP Server 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 @aipost/mcp-server was installed 195 times last week.
How do I connect AIPost MCP Server?
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 @aipost/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use AIPost MCP Server?
The npm package @aipost/mcp-server was installed 195 times in the last week. Week over week that is +44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AIPost MCP Server 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.