Asana

By thumbsupordown

The Asana MCP server connects AI agents to your Asana workspaces so they can manage work programmatically. Agents can search projects and tasks, create and update tasks and subtasks, add comments and dependencies, manage sections, tags, and project status updates, and read task and project details.

Tools

asana_add_task_dependencies

Set blocking dependencies between two Asana tasks.

asana_add_task_to_section

Move an Asana task into a section within its project.

asana_create_project

Create a new Asana project in a workspace or team.

asana_create_section

Create a brand-new section within an Asana project.

asana_create_subtask

Create a new subtask under an existing Asana task.

asana_create_task

Create a brand-new task within an Asana project in the connected account.

asana_create_task_story

Create a new comment or story on an Asana task in the connected account.

asana_delete_task

Permanently delete a task from an Asana project in the connected account.

asana_get_my_tasks

Get tasks from the authenticated user's My Tasks list.

asana_get_project

Retrieve detailed information about an Asana project.

asana_get_subtasks

Retrieve all of the subtasks of a given Asana task.

asana_get_task

Retrieve detailed information about a specific Asana task.

asana_get_task_stories

Retrieve the comments and stories for an Asana task.

asana_list_workspaces

List all of the workspaces available in your Asana account.

asana_search_projects

Search for Asana projects using name pattern matching.

asana_search_tasks

Search Asana tasks with advanced filtering options.

asana_update_project

Update the fields and details of an existing Asana project.

asana_update_task

Update the fields and details of an existing Asana task.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.