saperly for Cursor
io.github.idanbier999/saperly
Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.
client:Cursor
transport:stdio
runtime:npm
Install saperly in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"saperly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@saperly/mcp"
],
"env": {
"SAPERLY_API_KEY": "<SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<SAPERLY_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs