I’m currently integrating the official Asana MCP server (https://mcp.asana.com/v2/mcp) with Codex.
The connection and authentication are working correctly, and I can see the following available tools in my session:
mcp__asana__search_objects
mcp__asana__search_tasks
mcp__asana__get_status_overview
mcp__asana__get_task
mcp__asana__get_tasks
mcp__asana__create_task
mcp__asana__update_task
mcp__asana__create_project
mcp__asana__get_project
mcp__asana__get_projects
mcp__asana__get_portfolio
mcp__asana__get_portfolios
mcp__asana__get_items_for_portfolio
mcp__asana__get_user
mcp__asana__get_workspace_users
However, I do not see any tools related to task stories or comments (e.g., create_story, add_comment, get_task_stories).
Is commenting on tasks currently supported in MCP v2?
If so:
Is there a configuration or permission setting required to expose those tools?
Or are comment/story endpoints not yet available in the hosted MCP v2 server?
I’m finding the same thing. Not sure why comments were left out as thats an obvious use case.
It’s intentionally left out for now - confirmed in another thread. It makes the MCP kind of useless, as comments and threads are an essential part of connecting this ai - hope they add it back in!
+1 — same issue at Groupon, but it goes well beyond comments.
We use the V1 Beta MCP server daily for automated task creation workflows (anomaly detection → Asana tasks with subtasks, section placement, followers, and dependencies). V2 drops all of these write operations.
With V1 shutting down May 11, we’re facing a hard deadline to lose functionality we actively depend on. The V2 tool set covers ~15 tools vs. 44 in V1 — that’s not a “leaner” set, it’s a significant regression for anyone doing real write-heavy automation.
Top priorities we need restored in V2:
- Subtask creation (parent field on create_task)
- Comments/stories (this thread’s topic)
- Section placement
- Followers
- Dependencies
Is there a public roadmap or timeline for expanding V2 tools? Happy to help test.