Developer ToolsAuto-generated
Asana MCP Server
This is the interface for interacting with the [Asana Platform](https://developers.asana.com). Our API reference is generated from our [OpenAPI spec] (https://raw.githubusercontent.com/Asana/developer-docs/master/defs/asana_oas.yaml).
Quick Setup
Transport: STDIO
Command: npx -y @mcp/asana-com
Environment Variables
ASANA_API_KEYExample: your_asana_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"asana-com": {
"command": "npx",
"args": ["-y","@mcp/asana-com"],
"env": {
"ASANA_API_KEY": "your_asana_api_key"
}
}
}
}Endpoints
GET
/attachmentsGet attachments from an object
POST
/attachmentsUpload an attachment
GET
/attachments/{attachment_gid}Get an attachment
DELETE
/attachments/{attachment_gid}Delete an attachment
POST
/batchSubmit parallel requests
POST
/custom_fieldsCreate 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_optionsCreate an enum option