Skip to content
Cursor

postmark for Cursor

com.mcparmory/postmark

Send, track, and manage transactional and bulk email delivery

client:Cursor transport:stdio runtime:pypi

Install postmark in Cursor

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

{
  "mcpServers": {
    "postmark": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-postmark"
      ]
    }
  }
}

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

postmark in other clients