MCP.so
Sign In
Servers

Magpipe

@elagerway

Magpipe - Omni-channel Open Agentic Communications Platform

Overview

What is Magpipe?

Magpipe is an MCP server that lets you manage AI agents, calls, SMS, contacts, and phone numbers from AI coding tools like Claude Code and Cursor. It integrates with the Magpipe platform to provide telephony and agent management capabilities directly within your development environment.

How to use Magpipe?

Install via npm (npm install -g magpipe-mcp-server) or run directly with npx (npx magpipe-mcp-server). Obtain an API key from magpipe.ai/settings → API tab, then configure your AI tool by adding the server to its MCP configuration file (~/.claude.json for Claude Code, .cursor/mcp.json for Cursor) with the MAGPIPE_API_KEY environment variable set to your key.

Key features of Magpipe

  • Manage AI agents, calls, SMS, and contacts.
  • Create and update agents with custom functions.
  • Send SMS and place outbound calls.
  • Provision and manage phone numbers.
  • Manage knowledge sources and voices.
  • Integrate with AI coding tools via MCP.

Use cases of Magpipe

  • Automate outbound calls from an AI assistant during development.
  • Send SMS notifications directly from a coding tool.
  • Configure and update agent settings without leaving your editor.
  • Search and purchase phone numbers programmatically.
  • Manage knowledge bases and voice settings for agents.

FAQ from Magpipe

What API key do I need?

You need a Magpipe API key starting with mgp_. Generate one from magpipe.ai/settings → API tab.

How do I install Magpipe?

Install it globally via npm with npm install -g magpipe-mcp-server, or run it directly with npx magpipe-mcp-server without installation.

How do I configure Magpipe for Claude Code vs Cursor?

For Claude Code, add the server configuration to ~/.claude.json. For Cursor, add it to .cursor/mcp.json in your project. Both require the MAGPIPE_API_KEY environment variable.

What environment variables are supported?

MAGPIPE_API_KEY is required. Optionally, MAGPIPE_API_URL can override the default API base URL (https://api.magpipe.ai/functions/v1).

What actions can I perform with this server?

Over 30 tools are available, including managing agents, calls, SMS, contacts, phone numbers, knowledge sources, voices, calendar slots, bookings, API keys, models, custom functions, and scheduled actions.

More from Other