Using Asana's Model Context Protocol (MCP) Server
Overview
Asana offers a Model Context Protocol (MCP) server, accessible via app integration, which allows AI assistants and other applications to access the Asana Work Graph from beyond the Asana platform. This server provides a way to interact with your Asana workspace through various AI platforms and tools that support MCP.
With this server, Asana customers can:
- Access Asana data from compatible AI applications
- Create and manage tasks and projects through natural language
- Generate reports and summaries based on Asana data
- Analyze project data and get AI-powered suggestions
Example requests users could make from outside Asana using the MCP:
- "Find all my incomplete tasks due this week"
- "Create a new task in the Marketing project assigned to me"
- "List all sections in the Product Launch project"
- "Show me the status of the Q2 Planning project"
Requirements
- A compatible MCP client (Claude.ai, Cursor, or any application that has implemented an MCP client)
- The app named "Asana MCP" is not blocked via Asana app management. If you're not sure if the app is blocked, try to connect your MCP client to the server and go through the authorization flow. You'll either be able to authorize the app like normal or, if the app is currently blocked, be prompted to send a request for your admin to unblock the app for your domain.
Connecting to Asana's MCP Server
The Asana MCP server is available at: https://mcp.asana.com/sse
This server requires authentication with your Asana account. When connecting, each user will be prompted to authorize the application to access your Asana data.
Available Tools
Asana's MCP server includes 30+ tools for:
- Project tracking and status updates
- Task creation and management
- User information
- Getting updates on Goals
- Team organization
- Quick Asana object searching via typeahead
Using with any MCP Client
For MCP-compatible clients:
- Configure your client to connect to
https://mcp.asana.com/sse
- Ensure your client supports OAuth authentication
- Set up the connection according to your client's documentation
- Authenticate with your Asana account when prompted
- Select which Asana tools to enable based on your needs
Using with Claude.ai
Note: Requires Claude Enterprise or Teams
For Claude.ai Admins
Only Workspace Owners and Primary Owners can set up MCP server connections in Claude.ai:
- Go to Settings in Claude.ai
- Navigate to the "Integrations" section
- Click "Add server"
- Enter "Asana" as the Name
- Enter
https://mcp.asana.com/sse
as the Server URL - Click "Add server"
- Authenticate with your Asana account via OAuth
- Select which Asana tools to enable for your workspace
- Click "Save"
For Claude.ai Users
After your admin has set up the integration:
- Navigate to claude.ai
- Click on the tools menu (next to the search icon)
- Select "Asana" from the list of available integrations
- If this is your first time using the integration, you'll be prompted to authenticate
- Once authenticated, you can start using Claude with Asana
Using with Cursor
- Go to your Cursor editor's settings ("Settings" > "Cursor Settings")
- "MCP" > "+ Add new global MCP server"
- Add the following to your
mcp.json
"asana": { "command": "npx", "args": ["mcp-remote", "https://mcp.asana.com/sse"] }
- Save your
mcp.json
file. If this is your first time using the integration, you'll be prompted to authenticate
NOTE: If you run intoInternal Server Error
you can delete your local~/.mcp-auth
directoryrm -rf ~/.mcp-auth
.
WARNING: if you have other applications that might be using this directory~/.mcp-auth
you will need to re-auth (EX: other applications that usemcp-remote
) - Once authenticated, you can start using Cursor with Asana
Troubleshooting
- If authentication fails, try logging out of your Asana account and logging back in
- Ensure your MCP client supports SSE-based servers (not Streamable HTTP)
- Check that your client can handle OAuth authentication flows
- Verify you have the necessary permissions in your Asana workspace
Support
For additional help with Asana's MCP server, contact Asana Support.
Updated 5 days ago