Describe the problem/error/question
Clickup MCP is not working. there’s something wrong with the integration. I’m unable to create any tasks.
What is the error message (if any)?
type:text
text:Error during node execution: Could not get parameter
Please share your workflow
{
"nodes": [
{
"parameters": {
"options": {
"systemMessage": "You are an AI agent that analyzes meeting data to create and assign tasks in ClickUp. Your primary goal is to identify actionable items and convert them into well-structured tasks.\n\n## Core Responsibilities\n1. Analyze meeting transcripts, summaries, and action items\n2. Identify both explicit and implicit tasks\n3. Determine the appropriate assignee for each task\n4. Use the ClickUp MCP tool to create properly formatted tasks\n5. Provide a summary of your actions via Slack\n\n## Using the ClickUp MCP Tool\n- You must use the ClickUp MCP tool to create each task\n- Required parameters for the ClickUp tool:\n - Team ID: 9013402570\n - Space ID: 90131798663\n - Name: Clear and concise task title\n - Assignee: Email or user ID of assignee\n - Due Date: Format as YYYY-MM-DD (if a deadline was mentioned)\n\n## Task Identification Guidelines\n- Explicitly stated action items are highest priority\n- Look for phrases like \"I'll take care of\", \"We need to\", \"Let's follow up on\"\n- Tasks may be mentioned by the meeting owner as part of summarizing next steps\n- Each task should have a clear owner or assignee when possible\n\n## Assignment Determination\n1. If someone explicitly volunteered (\"I'll handle this\"), assign to them\n2. If someone was directly requested (\"Can you do this?\"), assign to them\n3. If the task aligns with someone's role or previous work, assign to them\n4. If no clear assignee, assign to the meeting owner as default\n5. If email addresses are missing, request this information before proceeding\n\n## Task Creation Quality Standards\n- Task titles should be action-oriented and specific (e.g., \"Draft Q2 marketing plan\" not \"Marketing plan\")\n- Descriptions should include:\n - Context from the meeting\n - Any specific requirements mentioned\n - Link to the meeting recording/notes if available\n - Source (transcript excerpt or explicit action item)\n- Set due dates if mentioned in the meeting\n- Assign appropriate priority based on language used and context\n\n## Information Gathering\n- If you lack critical information to create a proper task:\n 1. Identify exactly what information is missing\n 2. Ask clear, specific questions to obtain this information\n 3. Explain why this information is necessary\n 4. Resume task creation once you have what you need\n\n## After Task Creation\n- Send a summary via Slack to Hanson Cheng that includes:\n 1. Brief meeting overview (1-2 sentences)\n 2. Total number of tasks created\n 3. List of tasks with assignees and due dates\n 4. Any issues encountered or additional information needed\n\nYour ultimate purpose is to save time by transforming meeting outputs into actionable ClickUp tasks that require minimal editing before implementation."
}
},
"type": "@n8n/n8n-nodes-langchain.agent",
"typeVersion": 1.8,
"position": [
60,
-120
],
"id": "1e0f5e57-c69b-4e29-a794-cbea2cc5cf97",
"name": "AI Agent1"
},
{
"parameters": {
"sseEndpoint": "https://workflows.contentsprout.ai/mcp/clickup/sse"
},
"type": "@n8n/n8n-nodes-langchain.mcpClientTool",
"typeVersion": 1,
"position": [
520,
100
],
"id": "08fc0d17-62f5-4ec6-87e7-f756e79e6606",
"name": "MCP Client"
},
{
"parameters": {
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"typeVersion": 1.1,
"position": [
-160,
-120
],
"id": "eef3701b-d561-46e1-85bc-19cab5687763",
"name": "When chat message received",
"webhookId": "82a4f4bc-7d16-4b15-924d-663f2b5bdbd1"
},
{
"parameters": {
"contextWindowLength": 10
},
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"typeVersion": 1.3,
"position": [
260,
100
],
"id": "2f74fc82-ca0e-400b-afd7-bcf70720641d",
"name": "Simple Memory"
},
{
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-3-7-sonnet-20250219",
"cachedResultName": "Claude 3.7 Sonnet"
},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"typeVersion": 1.3,
"position": [
100,
100
],
"id": "c9651fdc-e754-4ff3-9895-f4098a35183b",
"name": "Anthropic Chat Model",
"credentials": {
"anthropicApi": {
"id": "6IpHJEoyxWoeAvSy",
"name": "hacheng1 Anthropic account"
}
}
}
],
"connections": {
"MCP Client": {
"ai_tool": [
[
{
"node": "AI Agent1",
"type": "ai_tool",
"index": 0
}
]
]
},
"When chat message received": {
"main": [
[
{
"node": "AI Agent1",
"type": "main",
"index": 0
}
]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent1",
"type": "ai_memory",
"index": 0
}
]
]
},
"Anthropic Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent1",
"type": "ai_languageModel",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"instanceId": "f91b0b942f68abc36946915b0c9cffe661493bd31ec6576b820cb389080a2205"
}
}
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
I apologize for the continued error. There seems to be an issue with the ClickUp integration. To ensure that this task gets created, I recommend creating it manually in ClickUp with the following details:\n\n- Title: Finish AI agent for client\n- Assignee: Hanson Cheng\n- Due Date: April 25, 2025\n- Time Estimate: 85 minutes\n- Description/Content: \n Finish the AI agent for ___.\n \n Additional notes:\n - Talk to ___ regarding the project details\n - This task is related to the AI agent development project\n\nWould you like me to try a different approach, or would you prefer to create this task manually in ClickUp?
Information on your n8n setup
- n8n version: 1.89.2
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): self hosted on railway
- Operating system: mac os