@duytnb79/asana-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ASANA_TIMEOUT_MS | No | Request timeout in milliseconds; defaults to 10000. | 10000 |
| ASANA_ACCESS_TOKEN | Yes | Your Asana personal access token. Required. | |
| ASANA_MAX_PAGE_SIZE | No | Maximum page size exposed by list/search tools; defaults to 100 and must be between 1 and 100. | 100 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsA | List Asana projects in a workspace with offset pagination. |
| list_sectionsA | List sections in an Asana project with offset pagination. |
| add_commentA | Add a plain-text comment to an Asana task. This operation writes to Asana. |
| list_tasksA | List tasks in an Asana project in project priority order. |
| get_taskA | Get details for one Asana task. |
| create_taskC | Create an Asana task. This operation writes to Asana. |
| update_taskC | Update fields on an Asana task. This operation writes to Asana. |
| search_tasksB | Search tasks in an Asana workspace. Search indexing is eventually consistent and may lag writes by 10-60 seconds. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/duytnb26/asana-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server