[DOCS] "Connect Claude Code to tools via MCP" page has incorrect command for Asana
Resolved 💬 3 comments Opened Apr 12, 2026 by patbl Closed May 25, 2026
Documentation Type
Incorrect/outdated documentation
Documentation Location
https://code.claude.com/docs/en/mcp#popular-mcp-servers
Section/Topic
Asana
Current Documentation
Connect to Asana to coordinate tasks, projects, and goals Command claude mcp add --transport streamable-http asana https://mcp.asana.com/v2/mcp
<img width="744" height="158" alt="Image" src="https://github.com/user-attachments/assets/3073aeca-4325-4ffa-9295-493c1c8f7f27" />
What's Wrong or Missing?
The docs say to run claude mcp add --transport streamable-http asana https://mcp.asana.com/v2/mcp, but that results in an error:
$ claude mcp add --transport streamable-http asana https://mcp.asana.com/v2/mcp
Invalid transport type: streamable-http. Must be one of: stdio, sse, http
Suggested Improvement
Say to run
claude mcp add --transport http asana https://mcp.asana.com/v2/mcp
Impact
High - Prevents users from using a feature
Additional Context
I reported this as a Claude Code bug initially: https://github.com/anthropics/claude-code/issues/46835
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗