Asana Plugin for Cursor
June 17, 2026 · View on GitHub
Manage your Asana tasks, projects, and portfolios directly from Cursor — no context switching required.
What this plugin does
- Connects Cursor to the Asana MCP server
- Gives the Cursor agent skills for setting up and using the Asana integration
- Adds guardrails to prevent accidental destructive actions
Prerequisites
You need an Asana account and a registered Asana OAuth app.
- Go to https://app.asana.com/0/my-apps
- Create a new app
- Add
cursor://anysphere.cursor-mcp/oauth/callbackas a redirect URI - Copy your Client ID and Client Secret
Setup
Add these to your shell profile (~/.zshrc, ~/.bashrc, etc.):
export ASANA_CLIENT_ID="your_client_id"
export ASANA_CLIENT_SECRET="your_client_secret"
Then restart Cursor. The agent will guide you through the rest.
Install
Install from the Cursor Marketplace — search for "Asana".
Links
License
MIT