AutomationFlowsAI & RAG › Taskade AI Agent for Project Management

Taskade AI Agent for Project Management

Original n8n title: Taskade Mcp — AI Agent with Project Management Tools

Taskade MCP — AI Agent with Project Management Tools. Uses chatTrigger, agent, lmChatOpenAi, n8n-nodes-mcp. Chat trigger; 4 nodes.

Chat trigger trigger★★☆☆☆ complexityAI-powered4 nodesChat TriggerAgentOpenAI ChatN8N Nodes Mcp
AI & RAG Trigger: Chat trigger Nodes: 4 Complexity: ★★☆☆☆ AI nodes: yes Added:

This workflow corresponds to n8n.io template #taskade-mcp-ai-agent — we link there as the canonical source.

This workflow follows the Agent → Chat Trigger recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Taskade MCP \u2014 AI Agent with Project Management Tools",
  "nodes": [
    {
      "parameters": {
        "options": {}
      },
      "id": "trigger-chat",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "typeVersion": 1.1,
      "position": [
        200,
        300
      ]
    },
    {
      "parameters": {
        "options": {
          "systemMessage": "You are a helpful project management assistant. You have access to Taskade tools via MCP to manage projects, tasks, and AI agents. Use these tools to help users organize their work."
        }
      },
      "id": "ai-agent",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 1.7,
      "position": [
        420,
        300
      ]
    },
    {
      "parameters": {
        "model": "gpt-4o"
      },
      "id": "openai-chat",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "typeVersion": 1,
      "position": [
        420,
        500
      ],
      "credentials": {
        "openAiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "connectionType": "stdio",
        "command": "npx",
        "arguments": "-y @taskade/mcp-server --token YOUR_TASKADE_API_KEY"
      },
      "id": "mcp-taskade",
      "name": "Taskade MCP",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "typeVersion": 1,
      "position": [
        620,
        500
      ]
    }
  ],
  "connections": {
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Taskade MCP": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "templateId": "taskade-mcp-ai-agent"
  },
  "tags": [
    {
      "name": "MCP"
    },
    {
      "name": "Project Management"
    },
    {
      "name": "AI Agent"
    },
    {
      "name": "Taskade"
    }
  ]
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Taskade MCP — AI Agent with Project Management Tools. Uses chatTrigger, agent, lmChatOpenAi, n8n-nodes-mcp. Chat trigger; 4 nodes.

Source: https://github.com/taskade/mcp/blob/main/examples/n8n-taskade-mcp-workflow.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Chat Trigger, Agent, OpenAI Chat +3
AI & RAG

MCP Agent Demo. Uses chatTrigger, agent, memoryPostgresChat, n8n-nodes-mcp. Chat trigger; 8 nodes.

Chat Trigger, Agent, Memory Postgres Chat +2
AI & RAG

n8n-mcp_client-for-fb-post-comment-with gpt-oss-120b-NativeMCPServerApify-Notification-v2. Uses chatTrigger, memoryBufferWindow, agent, lmChatOpenAi. Chat trigger; 7 nodes.

Chat Trigger, Memory Buffer Window, Agent +3
AI & RAG

n8n-mcp_client-for-fb-post-comment-with gpt-oss-120b-NativeMCPServerApify-v2. Uses chatTrigger, memoryBufferWindow, agent, lmChatOpenAi. Chat trigger; 6 nodes.

Chat Trigger, Memory Buffer Window, Agent +2
AI & RAG

Send. Uses chatTrigger, agent, n8n-nodes-mcp, lmChatOpenAi. Chat trigger; 5 nodes.

Chat Trigger, Agent, N8N Nodes Mcp +1