spix-mcp
MCP server for Spix — give any MCP-compatible AI client a phone number, an inbox, and a voice.
spix-mcp is a standalone Model Context Protocol server that exposes Spix's communications infrastructure — phone calls, email, contacts, analytics — as MCP tools and resources.
Connect it to Claude Desktop, Cursor, or any MCP-compatible client and your AI can literally pick up the phone.
Install
# via pip
pip install spix-mcp
# via uvx (no install needed)
uvx spix-mcpThe Spix CLI must also be installed and authenticated:
curl -fsSL https://spix.sh/install.sh | sh
spix auth loginQuick setup: Claude Desktop
The fastest way — use the built-in installer from the Spix CLI:
spix mcp install claudeThis writes the correct config to ~/Library/Application Support/Claude/claude_desktop_config.json automatically. Restart Claude Desktop and Spix tools appear immediately.
Or configure manually in claude_desktop_config.json:
{
"mcpServers": {
"spix": {
"command": "uvx",
"args": ["spix-mcp"],
"env": {
"SPIX_API_KEY": "spix_live_sk_your_key_here"
}
}
}
}





