handset for Cline
io.github.handset-hq/handset
A business phone system for AI agents: send texts, place calls, read transcripts, buy numbers.
client:Cline
transport:stdio
runtime:npm
Install handset 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": {
"handset": {
"command": "npx",
"args": [
"-y",
"@handset/mcp"
],
"env": {
"HANDSET_API_KEY": "<HANDSET_API_KEY>",
"HANDSET_ALLOW_LIVE": "<HANDSET_ALLOW_LIVE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs