Asana
📋 Productivity
Manage tasks, projects, workspaces, and team collaboration through the Asana API. Create, update, search, and organize work items with full read/write access. Supports sections, tags, custom fields, and project timelines.
Tags
Tools (29)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"asana": {
"command": "npx",
"args": [
"-y",
"@roychri/mcp-server-asana"
],
"env": {
"ASANA_ACCESS_TOKEN": "your-asana-access-token-here"
}
}
}
}