handset for Grok
io.github.handset-hq/handset
A business phone system for AI agents: send texts, place calls, read transcripts, buy numbers.
client:Grok
transport:stdio
runtime:npm
Install handset in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"handset": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@handset/mcp"
],
"env": {
"HANDSET_API_KEY": "<HANDSET_API_KEY>",
"HANDSET_ALLOW_LIVE": "<HANDSET_ALLOW_LIVE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs