How to integrate Asana using MCP
Tasks, projects and team workflows. This guide creates an MCP server from Arthur's Asana template — tools preconfigured against https://app.asana.com/api/1.0 — and finishes by sharing the server's MCP swagger documentation.
Steps
Open the Secrets vault and create a secret named
ASANA_API_KEYholding your access token. Create a Personal Access Token in Profile Settings → Apps → Manage Developer Apps.


Go to the REST API Templates gallery and search for Asana.


Click Use template on the Asana card to open the server-creation dialog.


Review the server name and select
ASANA_API_KEYin the credential field — the dialog only accepts vault secrets, and it lists every tool that will be created.


Click Create server. Arthur creates the server, applies the authentication, and generates all the tools.





Open the server's Tools tab to review the generated tools.

Open the server's Connect section and click Share the MCP swagger documentation — Arthur generates the public documentation link and QR code for this server.



Confirm it worked
The server appears with 5 preconfigured tool(s): list_projects, get_project, list_tasks, create_task, update_task. The Connect section offers the MCP swagger documentation — a shareable page with setup instructions for any AI client.
Good to know
- Manage tasks and projects across your team. List work items, track progress, create tasks, and update statuses — all from your AI assistant.
- This integration requires a credential (bearer). Get one at https://app.asana.com/0/developer-console.
- Official API documentation: https://developers.asana.com/docs
- Editing a tool later never changes the template — templates are starting points, and the server is fully yours after creation.
Related
Tutorial video