Spix MCP Server — give AI agents phone calls and email as tool calls
Project description
Spix MCP Server
Give AI agents the ability to make phone calls and send emails — as MCP tool calls.
Spix is communications infrastructure for AI agents. This MCP server exposes Spix's API as tools that any MCP-compatible client (Claude Desktop, Cursor, Windsurf, etc.) can use.
What your agent gets
| Tool | Description |
|---|---|
spix_call_create |
Make an outbound AI phone call |
spix_call_transcript |
Get the full transcript of a call |
spix_call_summary |
Get an AI-generated call summary |
spix_email_send |
Send an email |
spix_email_reply |
Reply to an email thread |
spix_contact_create |
Create or update a contact |
spix_contact_history |
Cross-channel interaction history |
spix_contact_summary |
AI summary of contact relationship |
spix_playbook_list |
List available playbooks |
spix_billing_credits |
Check credit balance |
20+ tools total. Run spix-mcp to see the full list.
Quick start
1. Get a Spix API key
Sign up at app.spix.sh or via the CLI:
curl -fsSL https://github.com/Spix-HQ/spix-cli/releases/latest/download/spix-darwin-arm64 -o spix
chmod +x spix && sudo mv spix /usr/local/bin/
spix signup
spix auth key create --name mcp
2. Install
pip install spix-mcp
Or run directly with uvx (no install):
uvx spix-mcp
3. Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"spix": {
"command": "uvx",
"args": ["spix-mcp"],
"env": {
"SPIX_API_KEY": "your-api-key"
}
}
}
}
Restart Claude Desktop. Spix tools will appear in the tools panel.
Cursor / Windsurf
{
"mcpServers": {
"spix": {
"command": "uvx",
"args": ["spix-mcp"],
"env": {
"SPIX_API_KEY": "your-api-key"
}
}
}
}
Configuration
All configuration is via environment variables:
| Variable | Required | Description |
|---|---|---|
SPIX_API_KEY |
Yes | Your Spix API key |
SPIX_DEFAULT_PLAYBOOK |
No | Default playbook ID for calls |
SPIX_SESSION_NAME |
No | Session name for audit logging |
SPIX_TOOL_PROFILE |
No | safe (default) or full |
Tool profiles
Safe profile (default): Read operations + create calls/emails. Cannot delete resources or modify billing.
Full profile: All operations including delete, billing management, and admin tools.
{
"env": {
"SPIX_API_KEY": "your-key",
"SPIX_TOOL_PROFILE": "full"
}
}
Session scoping
Restrict what your agent can access:
{
"env": {
"SPIX_API_KEY": "your-key",
"SPIX_DEFAULT_PLAYBOOK": "your-playbook-id",
"SPIX_SESSION_NAME": "sales-bot"
}
}
How it works
Your Agent (Claude, etc.)
↓ MCP tool call
Spix MCP Server (this package)
↓ HTTP API call
Spix Backend (api.spix.sh)
↓ Carrier APIs
Phone call / Email / SMS
The MCP server is a thin bridge between MCP protocol and the Spix REST API. All business logic runs server-side. The MCP server handles:
- Tool schema generation from the API spec
- Session scoping and access control
- Request/response formatting for MCP protocol
Voice calls
When your agent calls spix_call_create, Spix:
- Dials the number via Telnyx/Twilio
- Uses Deepgram Nova-3 for real-time speech recognition
- Uses Claude for conversation turn generation
- Uses Cartesia Sonic-3 for text-to-speech
- Records the call and generates a transcript + summary
Your agent can then read the transcript and summary via spix_call_transcript and spix_call_summary.
Links
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spix_mcp-0.0.1.tar.gz.
File metadata
- Download URL: spix_mcp-0.0.1.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50a41dd6d65620e28acc8419adf278c496fbd6817b94f103d324a588ad333268
|
|
| MD5 |
0eb49b4c42c4adcece191ee4b05068f4
|
|
| BLAKE2b-256 |
f20dd3cc808092559a829ce1c87e077f36a9981c31724d1e857e43b8b1cd52bf
|
Provenance
The following attestation bundles were made for spix_mcp-0.0.1.tar.gz:
Publisher:
publish.yml on Spix-HQ/spix-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
spix_mcp-0.0.1.tar.gz -
Subject digest:
50a41dd6d65620e28acc8419adf278c496fbd6817b94f103d324a588ad333268 - Sigstore transparency entry: 1154964886
- Sigstore integration time:
-
Permalink:
Spix-HQ/spix-mcp@7cd9b5693ce7a8f908467b1453f8283699b2af66 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/Spix-HQ
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7cd9b5693ce7a8f908467b1453f8283699b2af66 -
Trigger Event:
push
-
Statement type:
File details
Details for the file spix_mcp-0.0.1-py3-none-any.whl.
File metadata
- Download URL: spix_mcp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
552b83bed9237d330ec843058d5975ed446c85972d84a4a8dc328908041f215a
|
|
| MD5 |
2fcddeafdf3f3a0dc86ed28708f51a62
|
|
| BLAKE2b-256 |
1b79e6525709ff65f28c497e30ee11a31c9e2a7859d190f4eac12c6e2f67bcfd
|
Provenance
The following attestation bundles were made for spix_mcp-0.0.1-py3-none-any.whl:
Publisher:
publish.yml on Spix-HQ/spix-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
spix_mcp-0.0.1-py3-none-any.whl -
Subject digest:
552b83bed9237d330ec843058d5975ed446c85972d84a4a8dc328908041f215a - Sigstore transparency entry: 1154964894
- Sigstore integration time:
-
Permalink:
Spix-HQ/spix-mcp@7cd9b5693ce7a8f908467b1453f8283699b2af66 -
Branch / Tag:
refs/tags/v0.0.1 - Owner: https://github.com/Spix-HQ
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@7cd9b5693ce7a8f908467b1453f8283699b2af66 -
Trigger Event:
push
-
Statement type: