From f2514d0c1cf76c6e5b65c01ee74b8fdd16a98fb7 Mon Sep 17 00:00:00 2001 From: Michael Bluman Date: Sat, 21 Mar 2026 14:48:49 -0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96=F0=9F=A4=96=F0=9F=A4=96=20Add?= =?UTF-8?q?=20Spix=20=E2=80=94=20AI=20agent=20phone=20calls=20and=20email?= =?UTF-8?q?=20(26=20MCP=20tools)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Spix is a production MCP server giving AI agents real phone numbers and voice. 26 tools across calls, email, contacts, and billing. ~500ms voice latency. One-command install for Claude Desktop: `spix mcp install claude`. Co-Authored-By: Paperclip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db3c10a6..8246a480 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,7 @@ Integration with communication platforms for message management and channel oper - [saseq/discord-mcp](https://github.com/SaseQ/discord-mcp) ☕ 📇 🏠 💬 - A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities. - [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - 📇 🏠 This is an MCP server for interacting with the VRChat API. You can retrieve information about friends, worlds, avatars, and more in VRChat. - [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) 📇 ☁️ - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar) +- [Spix-HQ/spix-cli](https://github.com/Spix-HQ/spix-cli) 🐍 ☁️ - Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `spix mcp install claude`. [Free tier available](https://spix.sh). - [teddyzxcv/ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp) - The MCP server that keeps you informed by sending the notification on phone using ntfy - [timkulbaev/mcp-gmail](https://github.com/timkulbaev/mcp-gmail) [![mcp-gmail MCP server](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail/badges/score.svg)](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail) 📇 ☁️ - Full Gmail operations via Unipile API: send, reply, list, read, delete, search, manage labels, attachments, and drafts. Dry-run by default on destructive actions. - [trycourier/courier-mcp](https://github.com/trycourier/courier-mcp) 🎖️ 💬 ☁️ 🛠️ 📇 🤖 - Build multi-channel notifications into your product, send messages, update lists, invoke automations, all without leaving your AI coding space. From ba23f34ca162276e0faf1582fcacfc6ed8dc4799 Mon Sep 17 00:00:00 2001 From: Michael Bluman Date: Sun, 22 Mar 2026 01:33:38 -0700 Subject: [PATCH 2/2] Update Spix entry: correct repo URL and add Glama badge - Link now points to Spix-HQ/spix-mcp (standalone MCP server repo) - Added Glama score badge as required by maintainer review - Updated install command to pip install spix-mcp (PyPI package) Co-Authored-By: Paperclip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8246a480..22dffeaa 100644 --- a/README.md +++ b/README.md @@ -511,7 +511,7 @@ Integration with communication platforms for message management and channel oper - [saseq/discord-mcp](https://github.com/SaseQ/discord-mcp) ☕ 📇 🏠 💬 - A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities. - [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - 📇 🏠 This is an MCP server for interacting with the VRChat API. You can retrieve information about friends, worlds, avatars, and more in VRChat. - [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) 📇 ☁️ - MCP server that connects to Microsoft Office and the whole Microsoft 365 suite using Graph API (including Outlook, mail, files, Excel, calendar) -- [Spix-HQ/spix-cli](https://github.com/Spix-HQ/spix-cli) 🐍 ☁️ - Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `spix mcp install claude`. [Free tier available](https://spix.sh). +- [Spix-HQ/spix-mcp](https://github.com/Spix-HQ/spix-mcp) [![Spix-HQ/spix-mcp MCP server](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Spix-HQ/spix-mcp) 🐍 ☁️ - Give AI agents a real phone number and voice. Make outbound calls, handle inbound calls, send email, and manage contacts via 26 MCP tools. ~500ms voice latency (Deepgram Nova-3 + Claude + Cartesia Sonic-3). Install: `pip install spix-mcp`. [Free tier available](https://spix.sh). - [teddyzxcv/ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp) - The MCP server that keeps you informed by sending the notification on phone using ntfy - [timkulbaev/mcp-gmail](https://github.com/timkulbaev/mcp-gmail) [![mcp-gmail MCP server](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail/badges/score.svg)](https://glama.ai/mcp/servers/timkulbaev/mcp-gmail) 📇 ☁️ - Full Gmail operations via Unipile API: send, reply, list, read, delete, search, manage labels, attachments, and drafts. Dry-run by default on destructive actions. - [trycourier/courier-mcp](https://github.com/trycourier/courier-mcp) 🎖️ 💬 ☁️ 🛠️ 📇 🤖 - Build multi-channel notifications into your product, send messages, update lists, invoke automations, all without leaving your AI coding space.