Install
openclaw skills install pipeworx-asanaAccess and manage Asana workspaces, projects, and tasks via API calls for listing, searching, retrieving details, and creating tasks.
openclaw skills install pipeworx-asanaAsana MCP — wraps the Asana REST API (OAuth)
Get all accessible Asana workspaces. Returns workspace names and IDs needed to list projects and tas
List tasks in a project. Returns task ID, name, completion status, assignee, and due date. Requires
Get full task details including name, description, assignee, projects, tags, subtasks, and status. R
Create a new task in a project. Returns task ID, name, and permalink. Requires project ID and task n
List all projects in a workspace. Returns project ID, name, and archived status. Requires workspace
Search tasks across a workspace by keyword. Returns matching tasks with ID, name, completion status,
{
"mcpServers": {
"asana": {
"url": "https://gateway.pipeworx.io/asana/mcp"
}
}
}