Ready-to-use templates for connecting Taskade MCP Server to popular AI and automation platforms.
Import n8n-taskade-mcp-workflow.json into n8n to create an AI agent with access to all 62+ Taskade tools.
- Install the n8n MCP Client community node
- Set
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=truein your n8n environment - Get your Taskade API key from Settings > API
- In n8n, go to Settings > Community Nodes > Install and add
n8n-nodes-mcp - Import the workflow JSON via Workflow > Import from File
- Replace
YOUR_TASKADE_API_KEYin the Taskade MCP node with your actual API key - Configure your OpenAI (or other LLM) credentials
- Activate the workflow
Ask the AI agent natural language questions like:
- "Show me all my projects in Taskade"
- "Create a new project called Q1 Planning with tasks for each team"
- "What tasks are overdue?"
- "Create an AI agent that monitors project deadlines"
If you prefer to run the MCP server as a standalone HTTP service:
PORT=3001 npx @taskade/mcp-server --http --token YOUR_TASKADE_API_KEYThen configure the n8n MCP node to use HTTP Streamable transport with URL http://localhost:3001/mcp.
- CrewAI integration
- LangChain tool binding
- AutoGen agent example