Skip to content
Cline

AIPost MCP Server for Cline

io.github.aipost-email/mcp-server

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

client:Cline transport:stdio runtime:npm

Install AIPost MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

AIPost MCP Server in other clients