← Back to Plugins
MCP Server MCP

Asana MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @jtalk22/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@jtalk22/asana-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Asana Personal Access Token (create at https://app.asana.com/0/my-apps). Optional when stored via `asana-mcp --setup` (macOS Keychain or ~/.asana-mcp.json).",
          "format": "string",
          "isSecret": true,
          "name": "ASANA_PAT"
        },
        {
          "description": "Workspace GID. Optional — auto-detected when the token sees exactly one workspace.",
          "format": "string",
          "name": "ASANA_WORKSPACE_GID"
        },
        {
          "description": "Tool surface filter: all | read | write | comma-list of tool names.",
          "format": "string",
          "name": "ASANA_MCP_TOOLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...