Erstellung von LinkedIn-Beiträgen durch einen KI-Agenten über einen MCP-Server
Dies ist ein AI-Bereich Automatisierungsworkflow mit 4 Nodes. Hauptsächlich werden LinkedInTool, McpTrigger und andere Nodes verwendet, kombiniert mit KI-Technologie für intelligente Automatisierung. LinkedIn-Posts über einen AI-Agenten mit MCP-Server erstellen
- •LinkedIn API-Anmeldedaten
Verwendete Nodes (4)
Kategorie
{
"meta": {
"instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
},
"nodes": [
{
"id": "e5f5a8ea-1bd2-48e9-881e-fae427079fab",
"name": "Workflow-Übersicht 0",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1460,
-300
],
"parameters": {
"width": 420,
"height": 780,
"content": "## 🛠️ LinkedIn Tool MCP Server\n\n### 📋 Available Operations (1 total)\n\n**Post**: create\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure LinkedIn 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 1 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": "731411cc-9ecc-4654-b187-cbd468fd3b88",
"name": "LinkedIn Werkzeug MCP Server",
"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": "Beitrag erstellen",
"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": "Haftnotiz 1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1000,
120
],
"parameters": {
"color": 4,
"width": 400,
"content": "## Post"
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"197f1ef7-d3ef-44d2-b5d1-c681a9e3333a": {
"ai_tool": [
[
{
"node": "LinkedIn Tool MCP Server",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}Wie verwende ich diesen Workflow?
Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.
Für welche Szenarien ist dieser Workflow geeignet?
Anfänger - Künstliche Intelligenz
Ist es kostenpflichtig?
Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.
Verwandte Workflows
David Ashby
@cfomodzA hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord
Diesen Workflow teilen