Summary
The Asana MCP server is now generally available with the release of V2. This update introduces a new client registration model, an optimized tool set, support for Streamable HTTP, and workspace scoped authorizations.
The previous beta release of the MCP server (now referred to as V1) is deprecated as of today and will be shut down in 3 months. The V1 redirect URI allowlist is frozen, so all new integrations must use V2.
What’s improved in V2:
- Simplified client setup: Create and manage MCP clients directly in Asana’s developer console using OAuth pre-registration (no more dynamic client registration or allowlist requests).
- Customer control of MCP access: Asana admins using App Management can now allow or block specific V2 MCP clients, just like any other integration.
- Leaner tool set: Consolidated tools focused on core functionality, reducing context window usage and improving reliability
- Streamable HTTP support: Modernized transport aligned with the current MCP standard
- Workspace-scoped authorization: MCP access will be limited to a specific Asana workspace going forward so that the user’s workspace can be assumed during a session.
These changes respond directly to developer and customer beta feedback about security, setup friction, token management, and server ergonomics. More details on these changes below!
What’s new
V2 MCP server
The V2 MCP server is available at:
https://mcp.asana.com/v2/mcp
New client registration model
V2 moves from OAuth dynamic client registration (DCR) to self-service pre-registration in Asana’s developer console. You now create MCP clients directly in the developer console with full control over OAuth settings and workspace distribution.
This change eliminates the need to request redirect URI allowlist additions and gives organizations better visibility into which clients can access their data.
For complete setup instructions, see our integration guide.

Customer control of MCP access
V2 gives Asana customers control over which V2 MCP clients access their organization’s data.
For admins: Organizations using App Management can now allow or block specific V2 MCP clients, just like any other Asana integration. This will bring MCP access under the same governance policies you already have in place.
For end users: Users can see exactly which client is requesting access before granting permission.
Optimized tool set
We’ve consolidated the V2 tool set to focus on the core Asana functionality users most often access through MCP. This responds to feedback that the previous tool set was too broad, and reduces context window usage so AI assistants can work more efficiently.
Tool names are also simplified (e.g., create_task instead of asana_create_task).
Note: We’ll continue evolving the tool set based on usage patterns and feedback. Tools may be added, updated, or deprecated over time. Use the tools/list MCP command to get current tool metadata, and subscribe to this changelog for updates. Treating tool names and interfaces as static could result in breaking changes.
Streamable HTTP
V2 modernizes transport support by adopting Streamable HTTP, the current MCP standard for client-server communication. All traffic is consolidated into a single endpoint at https://mcp.asana.com/v2/mcp. The /sse endpoint will not be supported in V2.
Workspace-scoped authorization
Users now select a workspace when authorizing MCP access, so the server knows which workspace to use for the session. This eliminates extra tool calls we saw in V1 where models had to fetch workspace information repeatedly. The tradeoff is that MCP sessions can only access one workspace at a time.
Who is affected
If you’re currently using the V1 MCP server (with dynamic client registration), you’ll need to migrate to V2 within 3 months. After the deprecation period ends, V1 will no longer be supported and V1 clients will stop working.
If you’re building a new MCP app, use the V2 MCP server and optionally submit your app to be published. The V1 redirect URI allowlist is now frozen and no longer accepting new entries.
Why we’re making this change
This update addresses feedback we heard during beta:
- Simpler setup: Create clients directly in the developer console without managing allowlists or dynamic registration
- Customer control: Organizations can manage V2 MCP client access through App Management, just like other integrations
- Modernized transport: Streamable HTTP alignment with the current MCP standard
- Focused tool set: Core tools reduce context window usage
How to migrate
To migrate from V1 to V2:
- Create an MCP app in Asana’s developer console
- Configure your OAuth settings and workspace distribution
- Update your MCP client to use the new client ID and client secret
- Point your client to the V2 server URL (now using Streamable HTTP):
https://mcp.asana.com/v2/mcp - Update any tool references to use the new simplified names (e.g.,
create_taskinstead ofasana_create_task)
Existing V1 tokens and clients will continue to work until the deprecation period ends. After shutdown, all V1 clients will stop working regardless of token validity.
For detailed setup instructions, see our integration guide.
Timeline
Now:
- V2 MCP server is generally available
- V1 redirect URI allowlist is frozen (no new entries accepted)
- New integrations must use V2
May 11, 2026 (3 months from now):
- V1 MCP server will be shut down
- Existing V1 integrations must migrate to V2 or they will stop working
FAQ
Why are you reducing the number of tools available in V2?
We consistently heard feedback that the V1 MCP server had too many tools. Large tool sets can overwhelm the context window and cause models to struggle with tool selection—Anthropic wrote about this challenge in November 2025.
The V2 tool set focuses on core Asana functionality based on usage data from our beta. We removed tools that were rarely used or duplicative, reducing the total count by more than half.
We plan to continue improving and carefully adding to the tool set in the coming months. We’d appreciate your feedback, and recommend that clients refresh Asana tool metadata frequently to get the latest updates and avoid breaking changes.
What changed:
- Dropped: Lesser used tools related to goals management, allocations, time periods
- Consolidated: Redundant query tools (e.g., separate “get projects for team” and “get projects for workspace” are now a single tool)
- Renamed: Tool names no longer use the
asana_prefix (e.g.,create_taskinstead ofasana_create_task) - Streamlined: Workspace-scoped authorization means many tools no longer require a
workspaceGidparameter
Will the V2 tools change in the future?
Yes. We plan to continue improving the tool set in the coming months based on feedback, usage patterns, and evals. Tools may be added, updated, or deprecated over time. We recommend:
- Using the
tools/listMCP command to get current tool metadata - Subscribing to this changelog for updates
- Building your integration to handle tool schema changes gracefully
Why are you dropping support for dynamic client registration?
Dynamic client registration made it easy to get started quickly but introduced security challenges and made it difficult for organizations to manage which clients could access their data through MCP. Since our beta launched, MCP maintainers acknowledged these challenges and relaxed their guidance on DCR support (from SHOULD to MAY).
Moving to OAuth pre-registration comes with usability tradeoffs for some users. For example, when an Asana MCP integration isn’t already available, users may need to register a custom app. We believe the security benefits and organizational control outweigh this friction. We’re also working with MCP client developers to ensure a smooth transition.
What happens if I miss the deadline to migrate to V2?
After the 3-month deprecation period ends, V1 will be shut down and your integration will stop working. We recommend migrating as soon as possible to avoid disruption. Reply here or request support at help.asana.com if you need help with migration.
Why can’t I use MCP tokens with the Asana API?
Asana issues separate tokens for MCP apps and API apps following MCP security best practices. This separation limits the scope of access for each token type. If a token is compromised, the blast radius is contained.
If you need to make standard Asana API requests, create a separate API app in the developer console and obtain tokens through the standard OAuth flow. If you have use cases for accessing both with a single client or token, please let us know!
Can I still get my redirect URI added to the V1 allowlist?
No. The V1 allowlist is frozen and no longer accepting new entries. All new integrations must use V2.
If you have questions or run into issues migrating to V2, please reply here or reach out at help.asana.com. We’d love to hear your questions or feedback on V2.
Thanks,
John
