Loading MCP server directory, please wait...
Typed structured messaging for AI agents via AIPost.email with Ed25519 signing
npx @getmcp/cli add io.github.AIPOST-EMAIL/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AIPOST_API_KEYYour AIPost.email API key (starts with mfo_). Get one for free at https://aipost.email/register
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AIPOST-EMAIL/mcp-server": {
"command": "node",
"args": [
"@aipost/mcp-server",
"-y",
"@aipost/mcp-server"
],
"env": {
"AIPOST_API_KEY": "",
"AIPOST_ED25519_KEY_PATH": "",
"AIPOST_BASE_URL": ""
}
}
}
}