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.
20 functions 13 read 7 write Bearer token auth
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.
Machine-Readable Metadata
- integration_slug
asana- route_slug
asana- package
asana- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Asana CLIHeadless setup and direct function calls. Asana MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Asana MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Asana.
Claude Code Asana MCP setup for Claude Code. Cursor Asana MCP setup for Cursor. Codex Asana MCP setup for Codex. OpenAI Agents Asana MCP setup for OpenAI Agents SDK. Claude Agent SDK Asana MCP setup for Claude Agent SDK. Vercel AI SDK Asana MCP setup for Vercel AI SDK. LangChain Asana MCP setup for LangChain. LangGraph Asana MCP setup for LangGraph. CrewAI Asana MCP setup for CrewAI. MCP clients Asana MCP setup for Generic MCP Clients.
Asana CLI Matrix
Use these pages for direct Asana CLI workflows in scripts, CI, cron, and agent wrappers.
CI Asana CLI for CI. Cron Jobs Asana CLI for cron jobs. Shell Scripts Asana CLI for shell scripts. Headless Automation Asana CLI for headless automation. Coding Agents Asana CLI for coding agents.
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. |