Skip to content
Cursor

truncus mcp server for Cursor

io.github.codevanmoose/truncus-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install truncus mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "truncus-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@truncus/mcp-server"
      ],
      "env": {
        "TRUNCUS_API_KEY": "<TRUNCUS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

truncus mcp server in other clients