Convert Claude output to a Word document

Copy a long answer out of Claude and paste it into Microsoft Word, and you get the raw Markdown source: headings show up as lines starting with ##, bold text keeps its literal **asterisks**, and tables collapse into a wall of pipe characters. That's because Claude writes Markdown, and Word doesn't speak it.

md→docx fixes that in one step: paste Claude's response, click Export .docx, and download a real Word file with the formatting Claude intended.

→ Paste your Claude output here (free, no sign-up to try)

What survives the conversion

How to do it

  1. In Claude, use the Copy button under the response (or copy the raw Artifact / the .md file Claude Code wrote).
  2. Paste it into the md→docx editor — you'll see a live preview of the final document.
  3. Click Export .docx and open the file in Word — or upload it to Google Docs; it imports cleanly there too.

Using Claude Code or an agent?

If your workflow is automated, skip the browser: md→docx has a developer API and a portable agent skill that converts Markdown to .docx from the command line or from inside a coding agent like Claude Code.

FAQ

Is it free?
Yes — you can try a couple of exports with no sign-in at all, and get 5 more free with a Google account. Unlimited exports are $2/month.
Does it work with ChatGPT or Gemini output too?
Yes — they all emit standard Markdown. See ChatGPT to Word.
What Markdown syntax is supported?
CommonMark plus GitHub-flavored Markdown: tables, fenced code blocks, task lists, strikethrough, and more.

Also see: ChatGPT → Word · Design docs & RFCs → Word · CLI, API & agent skill