Hi Asana team and community,
We’ve been using the Asana MCP server (mcp.asana.com) with Claude to automate project setup — creating projects, tasks, and portfolio assignments. It’s been a great time-saver, but we’ve run into two gaps that significantly limit what we can automate end-to-end.
Missing tools we’d like to see added:
asana_create_section— wrappingPOST /sections. Currently there’s no way to create sections via the MCP, so all tasks land in the default untitled section. We have to organize them manually in the Asana UI after every automated project creation.asana_instantiate_project_template— wrappingPOST /project_templates/{project_template_gid}/instantiateProject. We have a standard project template with pre-built sections and tasks. Being able to instantiate it via the MCP would reduce our entire project setup from 40+ sequential API calls to a single call.
Both endpoints already exist in the Asana REST API — we’re just asking for them to be surfaced through the MCP server. Has anyone found a workaround in the meantime, and is this on the roadmap?
Thanks in advance.