
Magpipe
Wire Magpipe voice agents, telephony, SMS, and contacts into your coding agent for AI phone and messaging features.
Overview
Magpipe MCP is an MCP server for the Build phase that manages Magpipe AI voice agents, calls, SMS, contacts, and phone numbers via API.
What is this MCP server?
- Stdio MCP magpipe-mcp-server v0.1.6 with required MAGPIPE_API_KEY (mgp_ prefix)
- Manage AI voice agents, calls, SMS, contacts, and phone numbers
- API key from magpipe.ai/settings → API tab
- npm registry package under elagerway/magpipe monorepo mcp-server subfolder
- Operational control of voice/SMS stack from the agent session
- Server version 0.1.6
- 5 capability areas: voice agents, calls, SMS, contacts, phone numbers
- 1 required secret env var (MAGPIPE_API_KEY)
Community signal: 5 GitHub stars.
What problem does it solve?
Building voice and SMS features means juggling Magpipe dashboards and scripts instead of keeping telephony ops inside your coding agent.
Who is it for?
Indie SaaS builders adding AI phone agents, SMS workflows, or managed numbers through Magpipe.
Skip if: Projects with no telephony or SMS requirements, or teams blocked from using third-party voice APIs.
What do I get? / Deliverables
Your agent can configure Magpipe resources through MCP so voice and messaging integrations ship with fewer context switches.
- Agent-driven management of Magpipe voice agents and phone numbers
- Callable SMS and contact operations via Magpipe API through MCP
Recommended MCP Servers
Journey fit
How it compares
Magpipe telephony MCP integration, not a generic Twilio tutorial skill.
Common Questions / FAQ
Who is magpipe for?
Solo developers building products on Magpipe who want voice agents, calls, SMS, and number management from an MCP-enabled coding agent.
When should I use magpipe?
Use it during Build integrations when you are wiring Magpipe-backed voice or SMS into your app and need agent-driven API operations.
How do I add magpipe to my agent?
Obtain a Magpipe API key (mgp_), set MAGPIPE_API_KEY, install magpipe-mcp-server from npm over stdio, and add it to your MCP client configuration.