Taskade
JSON →Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
Install
npx @taskade/mcp-server Tools · 53
- list_projects List all projects in the workspace
- get_project Get details of a specific project
- create_project Create a new project
- update_project Update an existing project
- delete_project Delete a project
- list_tasks List all tasks in a project
- get_task Get details of a specific task
- create_task Create a new task
- update_task Update an existing task
- delete_task Delete a task
- list_folders List all folders in a project
- get_folder Get details of a specific folder
- create_folder Create a new folder
- update_folder Update an existing folder
- delete_folder Delete a folder
- list_workspaces List all workspaces
- get_workspace Get details of a specific workspace
- create_workspace Create a new workspace
- update_workspace Update an existing workspace
- delete_workspace Delete a workspace
- list_members List members of a workspace or project
- add_member Add a member to a workspace or project
- remove_member Remove a member from a workspace or project
- list_comments List comments on a task
- add_comment Add a comment to a task
- delete_comment Delete a comment
- list_attachments List attachments on a task
- add_attachment Add an attachment to a task
- delete_attachment Delete an attachment
- list_tags List all tags
- create_tag Create a new tag
- delete_tag Delete a tag
- assign_task Assign a task to a member
- set_due_date Set due date for a task
- set_priority Set priority for a task
- set_status Set status for a task
- move_task Move a task to a different folder or project
- duplicate_task Duplicate a task
- search_tasks Search tasks by keyword or filter
- get_task_history Get history of changes for a task
- list_templates List available templates
- create_from_template Create a project from a template
- list_views List views in a project
- create_view Create a custom view
- update_view Update a custom view
- delete_view Delete a custom view
- list_automations List automations in a workspace
- create_automation Create a new automation
- update_automation Update an existing automation
- delete_automation Delete an automation
- list_integrations List available integrations
- connect_integration Connect an integration
- disconnect_integration Disconnect an integration
Environment variables
TASKADE_API_KEY
Links
githubgithub.com/taskade/mcp ↗
★ 147 GitHub stars