Skip to content
MCP-Bridge
Developer Tools

Asana Claude Desktop Config

Add the Asana MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "asana-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/asana-com"
      ],
      "env": {
        "ASANA_API_KEY": "your_asana_api_key"
      }
    }
  }
}

Environment Variables

ASANA_API_KEY

Replace your_asana_api_key with your actual asana api key

Endpoints

GET/attachments

Get attachments from an object

POST/attachments

Upload an attachment

GET/attachments/{attachment_gid}

Get an attachment

DELETE/attachments/{attachment_gid}

Delete an attachment

POST/batch

Submit parallel requests

POST/custom_fields

Create a custom field

GET/custom_fields/{custom_field_gid}

Get a custom field

PUT/custom_fields/{custom_field_gid}

Update a custom field

DELETE/custom_fields/{custom_field_gid}

Delete a custom field

POST/custom_fields/{custom_field_gid}/enum_options

Create an enum option