8
n8n 中文网amn8n.com

Plivo工具MCP服务器 - 全部3项操作

中级

这是一个AI领域的自动化工作流,包含 8 个节点。主要使用 PlivoTool, McpTrigger 等节点,结合人工智能技术实现智能自动化。 Plivo工具MCP服务器 - 支持全部3项操作

前置要求
  • AI 服务 API Key(如 OpenAI、Anthropic 等)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
  },
  "nodes": [
    {
      "id": "e948d127-ef56-49db-a60b-ab15956ef5e0",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -40
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## 🛠️ Plivo Tool MCP Server\n\n### 📋 Available Operations (3 total)\n\n**Call**: make\n**Mms**: send\n**Sms**: send\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Plivo Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 3 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "0f681e44-3884-410e-8eb1-4ae3a15d4055",
      "name": "Plivo Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -860,
        -40
      ],
      "webhookId": "54ed9002-4fa2-4e1d-84bf-98e850006c02",
      "parameters": {
        "path": "plivo-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "4b6d73d4-16df-4ec7-a9c7-20eef89d8375",
      "name": "Make a call",
      "type": "n8n-nodes-base.plivoTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "resource": "call",
        "answer_url": "={{ $fromAI('Answer_Url', ``, 'string') }}",
        "answer_method": "={{ $fromAI('Answer_Method', ``, 'string') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "458be9e7-9121-4011-ab52-167f9e21f620",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Call"
      },
      "typeVersion": 1
    },
    {
      "id": "7f670150-81ca-476c-a8bc-98f165bc037e",
      "name": "Send an MMS",
      "type": "n8n-nodes-base.plivoTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "resource": "mms",
        "media_urls": "={{ $fromAI('Media_Urls', ``, 'string') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "539a70ae-a772-4b22-8868-aed7191fe8b1",
      "name": "Sticky Note 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Mms"
      },
      "typeVersion": 1
    },
    {
      "id": "9ef9d130-f5d3-4c6c-aada-1c27ad109372",
      "name": "Send an SMS",
      "type": "n8n-nodes-base.plivoTool",
      "position": [
        -800,
        620
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "3047d812-9f1c-4af2-a066-f18a3bfc146d",
      "name": "Sticky Note 3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        600
      ],
      "parameters": {
        "color": 6,
        "width": 400,
        "content": "## Sms"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "4b6d73d4-16df-4ec7-a9c7-20eef89d8375": {
      "ai_tool": [
        [
          {
            "node": "0f681e44-3884-410e-8eb1-4ae3a15d4055",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7f670150-81ca-476c-a8bc-98f165bc037e": {
      "ai_tool": [
        [
          {
            "node": "0f681e44-3884-410e-8eb1-4ae3a15d4055",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "9ef9d130-f5d3-4c6c-aada-1c27ad109372": {
      "ai_tool": [
        [
          {
            "node": "0f681e44-3884-410e-8eb1-4ae3a15d4055",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 人工智能

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量8
分类1
节点类型3
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

外部链接
在 n8n.io 查看

分享此工作流

分类

分类: 34