We’re using Claude’s Asana MCP connector to automate project creation from templates. Two critical API endpoints are missing from the MCP server:
-
POST /project_templates/{gid}/instantiateProject— needed to create a project from an existing template, preserving all sections, tasks, subtasks, assignees, and custom fields -
POST /projects/{gid}/sections— needed to programmatically create sections within a project
Both endpoints exist in Asana’s REST API but are not exposed as MCP tools. Adding them would unlock full end-to-end project creation from templates via AI assistants. Please prioritize these for the MCP server.