MCP server

Asana

MCP

Official Asana MCP v2. The work graph.

Asana’s own Streamable HTTP server. Tasks, projects, portfolios — OAuth, not a personal token in a gist.

latest·Proprietary·Updated this quarter·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "asana": {
      "url": "https://mcp.asana.com/v2/mcp"
    }
  }
}

By Asana

Spec

What the server actually exposes.

  • search_tasks

    read

    Tasks in the workspace.

  • get_project

    read

    A project and its sections.

  • create_task

    write

    Open a task after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

asana-mcp.mcp/tools

Tools

  • search_tasks

    Tasks in the workspace.

    read
  • get_project

    A project and its sections.

    read
  • create_task

    Open a task after you confirm.

    write

Last call

{ "ok": true,
  "tool": "search_tasks",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.