mailsnail for Cursor
io.github.iancollins27/mailsnail
Send USPS letters, postcards & certified mail from any agent. No signup; pay-per-piece via Stripe.
client:Cursor
transport:stdio
runtime:npm
Install mailsnail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mailsnail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mailsnail"
],
"env": {
"MAIL_PROVIDER": "<MAIL_PROVIDER>",
"MAIL_API_BASE_URL": "<MAIL_API_BASE_URL>",
"CLICK2MAIL_USERNAME": "<CLICK2MAIL_USERNAME>",
"CLICK2MAIL_PASSWORD": "<CLICK2MAIL_PASSWORD>",
"LOB_API_KEY": "<LOB_API_KEY>",
"MAIL_MCP_ALLOW_LIVE": "<MAIL_MCP_ALLOW_LIVE>",
"MAIL_MCP_SPEND_CAP_USD": "<MAIL_MCP_SPEND_CAP_USD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs