Magpipe MCP Server

Manage AI voice agents, calls, SMS, contacts, and phone numbers via Magpipe.

Remote serverstreamable-httpPython

What is the Magpipe MCP server?

Magpipe MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Manage AI voice agents, calls, SMS, contacts, and phone numbers via Magpipe.

What you get

Magpipe is a conversational platform that manages SMS/Text messages, WhatsApp, Phone Calls, Email, and Web Chat — with an AI agent on every channel and a signed webhook API for piping conversations into your own systems. Built with vanilla JavaScript, Supabase, CPaaS (SignalWire + Meta WhatsApp Cloud API), and LiveKit.

  • Smart Call Handling — — AI answers calls, screens unknown callers, takes messages, and transfers important calls to you
  • Intelligent SMS/MMS — — Context-aware text responses that understand conversation history and respond appropriately, including inbound picture messages (MMS)
  • Email AI — — Automatically respond to emails with context-aware AI replies, drafts for review, or fully autonomous mode
  • 24/7 Availability — — Your assistant never sleeps. Handle calls and messages around the clock
  • Contact Management — — Whitelist VIPs, block spam, and set custom rules for different callers
  • Knowledge Base — — Train your assistant with custom information to answer questions accurately

What the assistant can call

Once Magpipe is connected, these are the calls the assistant has available:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — 1. Clone the repository bash git clone cd pat
  • Integrations — HubSpot (CRM), Google Workspace (Calendar, Gmail), Cal.com (booking), Apollo.io (contact enrichment), and Slack (notifications). Native tool

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 8 environment variables: SUPABASE_ACCESS_TOKEN, VITE_SUPABASE_URL, VITE_SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY, SIGNALWIRE_PROJECT_ID, SIGNALWIRE_API_TOKEN, SIGNALWIRE_SPACE_URL, LIVEKIT_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js 18+ and npm - Supabase account & CLI - SignalWire account (SIP endpoint, phone numbers) - LiveKit Cloud account - OpenAI API key - Deepgram API key - ElevenLabs API key - (Optional) Meta WhatsApp Business / Cloud API app — for the WhatsApp channel

Choosing this one

Plenty of team communication servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Magpipe's toolset — Prerequisites, Installation, Integrations — is a fair guide to whether it matches your workflow. It is maintained by elagerway; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the magpipe mcp server does with a few real requests.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
Installation1. **Clone the repository** bash git clone <repo-url> cd pat
IntegrationsHubSpot (CRM), Google Workspace (Calendar, Gmail), Cal.com (booking), Apollo.io (contact enrichment), and Slack (notifications). Native tool execution via the agent chat interface.

How to install the Magpipe MCP server

{
  "mcpServers": {
    "magpipe": {
      "command": "npx",
      "args": ["-y", "supabase"],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "your-value",
        "VITE_SUPABASE_URL": "your-value",
        "VITE_SUPABASE_ANON_KEY": "your-value",
        "SUPABASE_SERVICE_ROLE_KEY": "your-value",
        "SIGNALWIRE_PROJECT_ID": "your-value",
        "SIGNALWIRE_API_TOKEN": "your-value",
        "SIGNALWIRE_SPACE_URL": "your-value",
        "LIVEKIT_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

  • Node.js 18+ and npm - Supabase account & CLI - SignalWire account (SIP endpoint, phone numbers) - LiveKit Cloud account - OpenAI API key - Deepgram API key - ElevenLabs API key - (Optional) Meta WhatsApp Business / Cloud API app — for the WhatsApp channel
VariableDescriptionRequired
SUPABASE_ACCESS_TOKENCredential the server authenticates with.Yes
VITE_SUPABASE_URLEndpoint or connection string the server talks to.Yes
VITE_SUPABASE_ANON_KEYCredential the server authenticates with.Yes
SUPABASE_SERVICE_ROLE_KEYCredential the server authenticates with.Yes
SIGNALWIRE_PROJECT_IDConfiguration value read at startup.Optional
SIGNALWIRE_API_TOKENCredential the server authenticates with.Yes
SIGNALWIRE_SPACE_URLEndpoint or connection string the server talks to.Yes
LIVEKIT_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Magpipe to Prerequisites.
  • Use Magpipe to Installation.
  • Use Magpipe to Integrations.

Frequently asked questions

It connects Magpipe to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Prerequisites, Installation, Integrations) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Magpipe directly.