Save X Article to Markdown
xarticleFetch an X (Twitter) Article and save it as an Obsidian-faithful Markdown file with locally downloaded images and media.
Instructions
Fetch an X (Twitter) Article and save it as an Obsidian-faithful Markdown file with images and media downloaded locally. Creates /.md + images/ + media/ in the working directory (or outputDir). Requires a one-time xarticle-mcp login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The X Article URL (x.com/...) | |
| outputDir | No | Where to create the article folder. Defaults to the current working directory. | |
| imageFormat | No | Image format on disk. "original" (default) keeps jpg/webp; "png" re-encodes (needs sharp). |