A

Asana MCP Server

MCP discovered

Details
Endpoint
https://mcp.asana.com/v2/mcp
Transport
streamable-http
Docs
https://developers.asana.com/docs/using-asanas-mcp-server
Authentication
Asana OAuth app oauth2 discovered Set up OAuth ↗
OAuth · resolves from well-known metadata

Create an app in the Asana developer console. Use the app's client ID and client secret with Asana's OAuth 2.0 authorization code flow. The docs list the authorize endpoint as GET https://app.asana.com/-/oauth_authorize, token endpoint as POST https://app.asana.com/-/oauth_token, and revoke endpoint as POST https://app.asana.com/-/oauth_revoke. The resulting access token is sent as Authorization: Bearer <token>.