Asana Project Ops MCP
ProductivityAdvanced Asana MCP server with batch operations, direct section assignment, and selective tool activation.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"asana-project-ops-mcp": {
"command": "npx",
"args": [
"-y",
"@n0zer0d4y/asana-project-ops"
]
}
}
}