Integrate Asana MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Asana
Updates a specific and existing task. See the documentation
Return list of projects given the user and workspace gid. See the documentation
Searches for a Task by name within a Project. See the documentation
Searches for a task by name, assignee, section, project, completed since, and modified since. Requires a Premium Asana account. See the documentation
Searches for a section by name within a particular project. See the documentation
Finds an existing project. See the documentation
Retrieves all users in a specified Asana workspace. Use this action to populate assignee choices for tasks, verify workspace membership, or audit user access. Requires a workspace GID, which you can obtain from the List Workspaces action. The authenticated user must have access to the workspace. Results are paginated; use the returned offset token to fetch additional pages. To include optional fields like email or photo, specify them in Opt Fields. Consider following up with Create Task or Update Task to assign work to the retrieved users. See the documentation
Retrieves all teams in a specified Asana workspace. Use this action to discover available teams for creating projects, adding team members, or organizing work by department. Requires a workspace GID, which you can obtain from the List Workspaces action. The authenticated user must have access to the workspace; only teams visible to the user are returned. Results are paginated (default 25, max 100 per page); use the returned offset token to fetch additional pages. To include optional fields like description, visibility, or access levels, specify them in Opt Fields. Consider following up with Create Project to create a project under a team, or List Users to find team members. See the documentation
List stories (including comments) for a task. See the documentation
Returns the compact list of tasks in a user’s My Tasks list. See the documentation
Searches for a task by id. Returns the complete task record for a single task. See the documentation
Deletes a specific and existing task. See the documentation
Creates a new task. See the documentation
Creates a new task from a task template. See the documentation
Adds a comment to a task. See the documentation
Creates a new subtask and adds it to the parent task. See the documentation
Create a new project in a workspace or team. See the documentation
Add a task to a specific, existing section. This will remove the task from other sections of the project. See the documentation