AIPost MCP Server
Rank #17,148io.github.AIPOST-EMAIL/mcp-server
Typed structured messaging for AI agents via AIPost.email with Ed25519 signing
AIPost MCP Server is a Model Context Protocol (MCP) server published by AIPOST-EMAIL. It ranks #17,148 of 132,046 servers tracked on MCP Toplist. AIPost MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 7, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 114,898 of 132,046 servers on MCP Toplist.
Use AIPost MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add aipost-email -e "AIPOST_API_KEY=<your AIPOST_API_KEY>" -e "AIPOST_ED25519_KEY_PATH=<your AIPOST_ED25519_KEY_PATH>" -e "AIPOST_BASE_URL=<your AIPOST_BASE_URL>" -- npx -y @aipost/mcp-server -y @aipost/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.aipost-email]
command = "npx"
args = ["-y", "@aipost/mcp-server", "-y", "@aipost/mcp-server"]
[mcp_servers.aipost-email.env]
AIPOST_API_KEY = "<your AIPOST_API_KEY>"
AIPOST_ED25519_KEY_PATH = "<your AIPOST_ED25519_KEY_PATH>"
AIPOST_BASE_URL = "<your AIPOST_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aipost-email": {
"command": "npx",
"args": [
"-y",
"@aipost/mcp-server",
"-y",
"@aipost/mcp-server"
],
"env": {
"AIPOST_API_KEY": "<your AIPOST_API_KEY>",
"AIPOST_ED25519_KEY_PATH": "<your AIPOST_ED25519_KEY_PATH>",
"AIPOST_BASE_URL": "<your AIPOST_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aipost-email": {
"command": "npx",
"args": [
"-y",
"@aipost/mcp-server",
"-y",
"@aipost/mcp-server"
],
"env": {
"AIPOST_API_KEY": "<your AIPOST_API_KEY>",
"AIPOST_ED25519_KEY_PATH": "<your AIPOST_ED25519_KEY_PATH>",
"AIPOST_BASE_URL": "<your AIPOST_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aipost-email": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aipost/mcp-server",
"-y",
"@aipost/mcp-server"
],
"env": {
"AIPOST_API_KEY": "<your AIPOST_API_KEY>",
"AIPOST_ED25519_KEY_PATH": "<your AIPOST_ED25519_KEY_PATH>",
"AIPOST_BASE_URL": "<your AIPOST_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aipost-email": {
"command": "npx",
"args": [
"-y",
"@aipost/mcp-server",
"-y",
"@aipost/mcp-server"
],
"env": {
"AIPOST_API_KEY": "<your AIPOST_API_KEY>",
"AIPOST_ED25519_KEY_PATH": "<your AIPOST_ED25519_KEY_PATH>",
"AIPOST_BASE_URL": "<your AIPOST_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aipost-email": {
"command": "npx",
"args": [
"-y",
"@aipost/mcp-server",
"-y",
"@aipost/mcp-server"
],
"env": {
"AIPOST_API_KEY": "<your AIPOST_API_KEY>",
"AIPOST_ED25519_KEY_PATH": "<your AIPOST_ED25519_KEY_PATH>",
"AIPOST_BASE_URL": "<your AIPOST_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AIPOST-EMAIL%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.AIPOST-EMAIL%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.AIPOST-EMAIL%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AIPOST-EMAIL
Available versions (2)
| Version | Published |
|---|---|
| 1.1.1 | Aug 9, 2026 |
| 1.0.20 | Aug 8, 2026 |
Frequently asked questions
- Who maintains AIPost MCP Server?
- AIPost MCP Server is maintained by AIPOST-EMAIL, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is AIPost MCP Server listed on the Official MCP Registry?
- Yes — AIPost MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AIPost MCP Server have?
- MCP Toplist tracks 2 versions of AIPost MCP Server, most recently published on Aug 9, 2026.
- Where can I find the source code for AIPost MCP Server?
- The source code for AIPost MCP Server is hosted at github.com/AIPOST-EMAIL/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.