Asana logo

Asana

Tasks, projects, workspaces

Official docs

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/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add asana --transport http https://mcp.asana.com/v2/mcp

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

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, Codex, 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 current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers