Share:
About
Create, read, update and delete tasks, projects, sections, and comments across Asana workspaces. Search by assignee, due date, tag or custom field, and post rich-text updates. Ideal for daily-standup agents and cross-tool task automation. Uses a Personal Access Token.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Install Asana MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"asana": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asana"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"asana": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asana"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"asana": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asana"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.