About
Overview
The Asana MCP Server enables AI agents to interact with Asana's work management platform. It provides tools for creating and managing tasks, projects, and sections, assigning work to team members, tracking due dates and dependencies, and searching across the workspace.
Capabilities
Tools & Capabilities
⚡create_task
Create a new Asana task
⚡list_tasks
List tasks in a project or assignee
⚡update_task
Update task properties
⚡complete_task
Mark a task as complete
⚡list_projects
List all projects in a workspace
⚡search_tasks
Search for tasks across the workspace
Setup
Installation
bash
Install
npx -y mcp-server-asanaExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"asana": {
"command": "npx",
"args": ["-y", "mcp-server-asana"],
"env": {
"ASANA_ACCESS_TOKEN": "your-personal-access-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 80
Last UpdatedFeb 12, 2026