Skip to content
Cursor

nintact for Cursor

com.nintact/nintact

Contact forms that actually arrive. No SPF/DKIM, no SMTP. AI sorts them and drafts the reply.

client:Cursor transport:stdio runtime:npm

Install nintact 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": {
    "nintact": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nintact-mcp"
      ],
      "env": {
        "NINTACT_API_KEY": "<NINTACT_API_KEY>"
      }
    }
  }
}

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

nintact in other clients