A

asana.com

Asana is a work management platform for organizing projects, tasks, teams, and workflows. Its APIs and MCP server expose Asana workspace data and actions for integrations and AI assistants.

2 integrations · MCP · REST

Asana exposes a REST API at `https://app.asana.com/api/1.0` with OpenAPI, plus an official MCP server at `https://mcp.asana.com/v2/mcp` over streamable HTTP; both require authentication.

discovered 1d ago
MCP servers1
REST · OpenAPI1
Credentials
Personal access tokenbearerGet token

In the Asana developer console, create a personal access token from My apps. Give it a description, copy the token, and send it in the Authorization: Bearer <token> header when calling the API.

Asana OAuth appoauth2Set up OAuth

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>.

conventions · 1/7 published

Publish these signals → /publishing