Skip to content
Windsurf

Asana MCP Server for Windsurf

io.github.jtalk22/asana-mcp-server

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

client:Windsurf transport:stdio runtime:npm

Install Asana MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Asana MCP Server in other clients