feat: Add n8n workflow integration for Taskade MCP Server #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds a complete n8n workflow that implements all 25 Taskade API endpoints as HTTP nodes with MCP server trigger functionality.
Features:
Files added:
The workflow enables seamless integration between n8n and Taskade's API, allowing automation of workspace management, project creation, task operations, and folder organization through a single webhook endpoint.
Note
Introduces an n8n MCP Server workflow exposing 21 Taskade API tools via
@n8n/n8n-nodes-langchain.mcpTrigger, plus a concise setup/usage guide.n8n-taskade-mcp-workflow.json):@n8n/n8n-nodes-langchain.mcpTriggerat path/taskade-mcp-serverwithai_toolconnections.n8n-nodes-base.httpRequestToolnodes covering Taskade endpoints for workspaces, projects, tasks (incl. assignees, dates, notes), and folders.$fromAI()for parameter extraction and Bearer token auth viaAuthorization: Bearer {{api_key}}.projectBlocksGetandprojectTasksGet.N8N_WORKFLOW_GUIDE.md):Written by Cursor Bugbot for commit 2cccaa2. This will update automatically on new commits. Configure here.