willitsend for Cursor
io.github.abryfs/willitsend
Deterministic pre-send lint for SMS/iMessage: silent carrier filtering and segment blowups.
client:Cursor
transport:stdio
runtime:npm
Install willitsend in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"willitsend": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"willitsend"
],
"env": {
"AGENTPHONE_API_KEY": "<AGENTPHONE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs