Skip to content
Cline

Asana MCP Server for Cline

io.github.jtalk22/asana-mcp-server

Change Asana without opening Asana — custom fields, sections, start dates, rich notes, bulk. PAT.

client:Cline transport:stdio runtime:npm

Install Asana MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "asana-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@jtalk22/asana-mcp"
      ],
      "env": {
        "ASANA_PAT": "<ASANA_PAT>",
        "ASANA_WORKSPACE_GID": "<ASANA_WORKSPACE_GID>",
        "ASANA_MCP_TOOLS": "<ASANA_MCP_TOOLS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Asana MCP Server in other clients