Asana MCP
Create tasks, update projects, manage portfolios, and track work in Asana workspaces.
Overview
| Catalog ID | mcp-asana |
| Category | issue-tracker |
| Auth method | OAuth |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
create_task | Create a new Asana task. |
update_task | Update an existing task. |
list_projects | List projects in a workspace. |
add_comment | Add a comment to a task. |
complete_task | Mark a task as completed. |
Tool parameters
create_task
Create a new Asana task.
| Parameter | Type | Description | |
|---|---|---|---|
workspace | string | required | Workspace GID |
projects | array | optional | Project GIDs |
name | string | required | Task name |
notes | string | optional | Task description |
assignee | string | optional | Assignee email or GID |
due_on | string | optional | Due date (YYYY-MM-DD) |
update_task
Update an existing task.
| Parameter | Type | Description | |
|---|---|---|---|
task_gid | string | required | Task GID |
name | string | optional | New name |
notes | string | optional | New description |
completed | boolean | optional | Mark completed |
list_projects
List projects in a workspace.
| Parameter | Type | Description | |
|---|---|---|---|
workspace | string | required | Workspace GID |
add_comment
Add a comment to a task.
| Parameter | Type | Description | |
|---|---|---|---|
task_gid | string | required | Task GID |
text | string | required | Comment text |
complete_task
Mark a task as completed.
| Parameter | Type | Description | |
|---|---|---|---|
task_gid | string | required | Task GID |
Installing
- In Cendriix, go to Settings → MCPs
- Find Asana and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on