claude-code - 💡(How to fix) Fix [DOCS] "Connect Claude Code to tools via MCP" page has incorrect command for Asana [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46840Fetched 2026-04-12 13:31:41
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1cross-referenced ×1

Error Message

The docs say to run claude mcp add --transport streamable-http asana https://mcp.asana.com/v2/mcp, but that results in an error:

Code Example

$ 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

---

claude mcp add --transport http asana https://mcp.asana.com/v2/mcp
RAW_BUFFERClick to expand / collapse

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

extent analysis

TL;DR

Update the documentation to use the correct transport type http instead of streamable-http in the claude mcp add command.

Guidance

  • Verify the available transport types by running claude mcp add --help to confirm the supported options.
  • Update the documentation at https://code.claude.com/docs/en/mcp#popular-mcp-servers to reflect the correct command: claude mcp add --transport http asana https://mcp.asana.com/v2/mcp.
  • Test the updated command to ensure it resolves the error and allows users to connect to Asana successfully.
  • Consider updating any related documentation or tutorials that may reference the incorrect command.

Example

claude mcp add --transport http asana https://mcp.asana.com/v2/mcp

Notes

The issue seems to be a simple documentation error, and updating the transport type should resolve the problem. However, it's essential to verify the available transport types and test the updated command to ensure it works as expected.

Recommendation

Apply workaround: Update the documentation with the correct command, as suggested in the issue. This should resolve the error and allow users to connect to Asana without waiting for a potential fix in the claude command itself.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING