Skip to content
Claude Desktop

truncus mcp server for Claude Desktop

io.github.codevanmoose/truncus-mcp-server

Send transactional emails from AI agents via Truncus. Validate, track delivery, and manage domains.

client:Claude Desktop transport:stdio runtime:npm

Install truncus 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": {
    "truncus-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@truncus/mcp-server"
      ],
      "env": {
        "TRUNCUS_API_KEY": "<TRUNCUS_API_KEY>"
      }
    }
  }
}

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

truncus mcp server in other clients