8
n8n 中文网amn8n.com

使用MCP服务器通过AI代理创建LinkedIn帖子

初级

这是一个AI领域的自动化工作流,包含 4 个节点。主要使用 LinkedInTool, McpTrigger 等节点,结合人工智能技术实现智能自动化。 使用MCP服务器通过AI代理创建LinkedIn帖子

前置要求
  • LinkedIn API 凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
  },
  "nodes": [
    {
      "id": "e5f5a8ea-1bd2-48e9-881e-fae427079fab",
      "name": "工作流概览 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -300
      ],
      "parameters": {
        "width": 420,
        "height": 780,
        "content": "## 🛠️ LinkedIn 工具 MCP 服务器"
      },
      "typeVersion": 1
    },
    {
      "id": "731411cc-9ecc-4654-b187-cbd468fd3b88",
      "name": "LinkedIn 工具 MCP 服务器",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -840,
        -160
      ],
      "webhookId": "a6ddc7a9-6e0a-454e-9728-6ad68b63a3e8",
      "parameters": {
        "path": "linkedin-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "197f1ef7-d3ef-44d2-b5d1-c681a9e3333a",
      "name": "创建帖子",
      "type": "n8n-nodes-base.linkedInTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "text": "={{ $fromAI('Text', ``, 'string') }}",
        "person": "={{ $fromAI('Person', ``, 'string') }}",
        "additionalFields": {},
        "binaryPropertyName": "={{ $fromAI('Binary_Property_Name', ``, 'string') }}",
        "shareMediaCategory": "={{ $fromAI('Share_Media_Category', ``, 'string') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "9b8254b6-c00f-4e3d-bb9b-f29870a1c186",
      "name": "便签 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## 发布"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "Create a post": {
      "ai_tool": [
        [
          {
            "node": "LinkedIn Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 人工智能

需要付费吗?

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

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

适合 n8n 新手,包含 1-5 个节点的简单工作流

作者
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 查看

分享此工作流