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
{
"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