Asana
Tasks, projects, workspaces
About Asana
Asana is a collaborative work management platform for planning, assigning, and tracking tasks across projects and workspaces. Its official remote MCP server gives assistants account-backed project context, including task status, ownership, and workspace activity from the same system teams already use.
Connection details
https://mcp.asana.com/v2/mcpTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add asana --transport http https://mcp.asana.com/v2/mcpFrequently asked questions
What is the Asana remote MCP server?
The Asana remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.asana.com/v2/mcp, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the Asana MCP server?
Add the endpoint https://mcp.asana.com/v2/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the Asana MCP server require authentication?
Yes. Asana uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the Asana MCP server use?
Asana exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.