Asana
CommunitybyCommunity
Project and task management integration for Asana workspaces.
API Key Required
Configuration
{
"mcpServers": {
"asana": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asana"
],
"env": {
"ASANA_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.