MCP server exposing 6 tools for asana.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/asana/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/asana/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io