Asana MCP Config
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).
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/asana-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/asana-com.json to fetch programmatically.
{
"mcpServers": {
"asana-com": {
"command": "npx",
"args": ["-y","@mcp/asana-com"],
"env": {
"ASANA_API_KEY": "your_asana_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/asana-com.jsonEnvironment Variables
ASANA_API_KEYReplace your_asana_api_key with your actual asana api key
Endpoints
/attachmentsGet attachments from an object
/attachmentsUpload an attachment
/attachments/{attachment_gid}Get an attachment
/attachments/{attachment_gid}Delete an attachment
/batchSubmit parallel requests
/custom_fieldsCreate a custom field
/custom_fields/{custom_field_gid}Get a custom field
/custom_fields/{custom_field_gid}Update a custom field
/custom_fields/{custom_field_gid}Delete a custom field
/custom_fields/{custom_field_gid}/enum_optionsCreate an enum option