Skip to content
Grok

Asana MCP Server for Grok

io.github.jtalk22/asana-mcp-server

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

client:Grok transport:stdio runtime:npm

Install Asana MCP Server in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Asana MCP Server in other clients