Magpipe MCP Server

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. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-06 · ★ 6 · #62 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

JavaScript servers · how we verify → /methodology

01 · Install Magpipe

before you install - you'll need

Set VITE_SUPABASE_URL, VITE_SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY, SIGNALWIRE_PROJECT_ID, SIGNALWIRE_API_TOKEN, SIGNALWIRE_SPACE_URL, LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET, OPENAI_API_KEY, DEEPGRAM_API_KEY, ELEVENLABS_API_KEY before connecting.

Claude Code

claude mcp add elagerway-magpipe -- npx -y magpipe-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "elagerway-magpipe": {
      "command": "npx",
      "args": [
        "-y",
        "magpipe-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package magpipe-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.elagerway is GitHub-verified and matches the repo owner

03 · Who maintains Magpipe

magpipe is maintained by elagerway. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
communication - ranked #62 of 99 actively-maintained communication servers as of 2026-08-25.
registry
io.github.elagerway/magpipe (active, first published 2026-03-04)
packages
npm:magpipe-mcp-server

05 · Magpipe FAQ

What is Magpipe?

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. It runs locally over stdio via the published package.

Is Magpipe still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-06. We re-verify nightly.

How do I install Magpipe?

Run `npx -y magpipe-mcp-server`. The README documents 12 environment variables (VITE_SUPABASE_URL, VITE_SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY…) to set first. Set VITE_SUPABASE_URL, VITE_SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_KEY, SIGNALWIRE_PROJECT_ID, SIGNALWIRE_API_TOKEN, SIGNALWIRE_SPACE_URL, LIVEKIT_URL, LIVEKIT_API_KEY, LIVEKIT_API_SECRET, OPENAI_API_KEY, DEEPGRAM_API_KEY, ELEVENLABS_API_KEY before connecting. You can also paste the ready-made client config above.

Does Magpipe run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Magpipe

More communication MCP servers · Elasticflow · Feishu User Plugin · prompts.chat MCP Server · Technocore Chat · Flow Castle

More JavaScript MCP servers · Kie MCP · Taskbounty Check · ellmos FileCommander · Ux MCP Server · Analytics · see all