Loading MCP server directory, please wait...
A business phone system for AI agents: send texts, place calls, read transcripts, buy numbers.
npx @getmcp/cli add io.github.handset-hq/handsetRequires Node.js 18+. Community-contributed server. Review source before installing.
HANDSET_API_KEYHandset API key. Use a test-mode key (hs_test_…) — simulated carrier, free. Live keys are refused unless HANDSET_ALLOW_LIVE=1.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.handset-hq/handset": {
"command": "npx",
"args": [
"-y",
"@handset/mcp"
],
"env": {
"HANDSET_API_KEY": "",
"HANDSET_ALLOW_LIVE": ""
}
}
}
}