productivity
Asana MCP, CLI, and Lua Integration for AI Agents
Asana integration docs for AI agents: MCP gateway setup, Asana CLI commands, Lua API reference, credentials, and function schemas.Asana for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
asana.asana_create_task | Write write | 7 | Create a new task in Asana. |
asana.asana_get_task | Read read | 1 | Get detailed information about an Asana task. |
asana.asana_update_task | Write write | 7 | Update an existing Asana task. |
asana.asana_delete_task | Write write | 1 | Delete an Asana task permanently. |
asana.asana_list_tasks | Read read | 6 | List tasks in Asana with optional filters. |
asana.asana_create_subtask | Write write | 4 | Create a subtask under an existing Asana task. |
asana.asana_add_comment | Write write | 2 | Add a comment to an Asana task. |
asana.asana_list_comments | Read read | 3 | List comments (stories) on an Asana task. |
asana.asana_create_project | Write write | 5 | Create a new project in Asana. |
asana.asana_get_project | Read read | 1 | Get detailed information about an Asana project. |
asana.asana_list_projects | Read read | 5 | List projects in Asana with optional filters. |
asana.asana_list_sections | Read read | 3 | List sections in an Asana project. |
asana.asana_list_workspaces | Read read | 0 | List all workspaces the authenticated user has access to. |
asana.asana_list_teams | Read read | 1 | List teams in an Asana workspace. |
asana.asana_list_users | Read read | 3 | List users in an Asana workspace. |
asana.asana_get_user | Read read | 1 | Get detailed information about an Asana user. |
asana.asana_get_user_task_list | Read read | 2 | Get the user task list for a given user and workspace. |
asana.asana_list_tags | Read read | 3 | List tags in an Asana workspace. |
asana.asana_create_tag | Write write | 3 | Create a new tag in Asana. |
asana.asana_get_current_user | Read read | 0 | Get the currently authenticated Asana user. |