Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Asana to manage projects, track tasks, and collaborate with your team through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Asana
3
Authenticate
🎉 Your Asana MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
asana_get_current_user | Get information about the current user |
asana_list_workspaces | List all workspaces |
asana_list_projects | List all projects in a workspace |
asana_get_project | Get details of a specific project |
asana_list_tasks | List all tasks in a project |
asana_get_task | Get details of a specific task |
asana_create_task | Create a new task |
asana_update_task | Update an existing task |
asana_delete_task | Delete a task |
asana_list_sections | List all sections in a project |
asana_create_section | Create a new section |
asana_list_teams | List all teams in a workspace |
asana_list_team_members | List members of a specific team |
For more details about tool input schema, use the get_tools API.