Skip to content
Claude Desktop

AIPost MCP Server for Claude Desktop

io.github.aipost-email/mcp-server

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

client:Claude Desktop transport:stdio runtime:npm

Install AIPost MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aipost/mcp-server"
      ],
      "env": {
        "AIPOST_API_KEY": "<AIPOST_API_KEY>",
        "AIPOST_ED25519_KEY_PATH": "<AIPOST_ED25519_KEY_PATH>",
        "AIPOST_BASE_URL": "<AIPOST_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

AIPost MCP Server in other clients