saperly for Cline
io.github.idanbier999/saperly
Phone carrier for AI agents. Provision numbers, make calls, send SMS, TCPA compliance built-in.
client:Cline
transport:stdio
runtime:npm
Install saperly in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"saperly": {
"command": "npx",
"args": [
"-y",
"@saperly/mcp"
],
"env": {
"SAPERLY_API_KEY": "<SAPERLY_API_KEY>",
"SAPERLY_BASE_URL": "<SAPERLY_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs