MCP.so
登录

Magpipe

@elagerway

关于 Magpipe

Magpipe - Omni-channel Open Agentic Communications Platform

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

elagerway

提交者

Erik Lagerway

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器