Asana MCP (rungtruong)
ProductivityMCP server with tools for creating, updating, listing, and deleting Asana tasks and projects.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"asana-mcp-rungtruong": {
"command": "npx",
"args": [
"-y",
"asana-mcp"
]
}
}
}