A
Asana MCP Server
Details
- Endpoint
-
https://mcp.asana.com/v2/mcp - Transport
- streamable-http
- Docs
- https://developers.asana.com/docs/using-asanas-mcp-server
Authentication
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>.