@pipeworx/asana
Connect: https://gateway.pipeworx.io/asana/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 6
Tools
- asana_list_workspaces — Get all accessible Asana workspaces. Returns workspace names and IDs needed to list projects and tasks.
- asana_list_tasks — List tasks in a project. Returns task ID, name, completion status, assignee, and due date. Requires project ID.
- asana_get_task — Get full task details including name, description, assignee, projects, tags, subtasks, and status. Requires task ID.
- asana_create_task — Create a new task in a project. Returns task ID, name, and permalink. Requires project ID and task name.
- asana_list_projects — List all projects in a workspace. Returns project ID, name, and archived status. Requires workspace ID.
- asana_search_tasks — Search tasks across a workspace by keyword. Returns matching tasks with ID, name, completion status, and assignee. Requires workspace ID.
Tools
asana_create_task— Create a new task in a project. Returns task ID, name, and permalink. Requires project ID and task name.asana_get_task— Get full task details including name, description, assignee, projects, tags, subtasks, and status. Requires task ID.asana_list_projects— List all projects in a workspace. Returns project ID, name, and archived status. Requires workspace ID.asana_list_tasks— List tasks in a project. Returns task ID, name, completion status, assignee, and due date. Requires project ID.asana_list_workspaces— Get all accessible Asana workspaces. Returns workspace names and IDs needed to list projects and tasks.asana_search_tasks— Search tasks across a workspace by keyword. Returns matching tasks with ID, name, completion status, and assignee. Requires workspace ID.