Odel
AIPost MCP Server

AIPost MCP Server

Local
@aipost-emailTypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aipost/mcp-serverv1.1.1

Run

npx -y @aipost/mcp-server

MCP client config

{
  "mcpServers": {
    "aipost-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aipost/mcp-server"
      ]
    }
  }
}