Xmd: Web & PDF to Markdown
ProductivityDeveloper Tools

Xmd: Web & PDF to Markdown

Marco Tini · released 19 May 2026 · Open in App Store ↗

Revenue 30d not estimated
Downloads 30d not estimated
Rating no reviews

No in-app products collected for this app.

RatingPrice
United Arab Emirates<1%0AED 39.99 $10.90
Afghanistan<1%0$9.99
Antigua And Barbuda<1%0$9.99
Anguilla<1%0$9.99
Albania<1%0$11.99
Armenia<1%0$11.99
Angola<1%0$9.99
Argentina<1%0$9.99
Austria<1%0€9.99 $11.67
Australia<1%0A$14.99 $10.71

The store shows a different set in every country

Description

Xmd turns a URL or a PDF into a clean Markdown file — ready to drop into Obsidian, Logseq, Bear, iA Writer, or your own notes vault.

Paste a link, pick a PDF, hit Convert. That's it.

WHY Xmd

Smart per-source extraction. Xmd detects WordPress, news articles, documentation sites, PDFs and X / Twitter threads, and picks the right technique for each — not a one-size-fits-all clipper.

Works on X / Twitter. Longform articles AND tweet threads. Most clippers can't read X because it's a JavaScript app; Xmd renders the page in a real WebView and walks the DOM.

PDFs done right. Paragraphs are recomposed instead of being shredded into one line per visual row.

Built-in OCR for scanned PDFs. When a PDF page has no text layer (a scan, a photo of a document), Xmd falls back to on-device OCR via Apple's Vision framework — Italian and English out of the box. No cloud round-trip, no separate app.

Cookie banners handled. Iubenda, OneTrust, Didomi and IAB TCF prompts are auto-dismissed so they don't pollute your Markdown.

Documentation-aware. On docs.* / readthedocs / github.io sites, fenced code blocks keep their language hints.

Show WebView toggle. For SPA-heavy or login-protected pages, interact with the page first, then extract.

BUILT-IN MCP SERVER ON MAC (FOR ANY AI AGENT)

On Mac, Xmd doubles as a Model Context Protocol server. Open the MCP tab, hit Start, and any MCP-compatible AI agent — Claude Desktop, Claude Code, Cursor, Zed, custom clients you build yourself — can call:

convert_url_to_markdown

convert_pdf_path_to_markdown

Because the server reuses Xmd's real WebView, your agent can finally fetch X threads and JavaScript-rendered pages — something pure HTTP-fetch tools can't do. One-click config snippet, live request log, all local on 127.0.0.1. No cloud relay, no API key, no subscription.

This makes Xmd probably the easiest way to give an LLM agent first-class web and PDF reading capabilities on macOS.

PRIVATE & LOCAL

No account. No subscription. No cloud round-trip. Extraction happens on your device. Files stay on your device.

NATIVE EVERYWHERE

SwiftUI on iPhone, iPad, Mac and Vision Pro. Share Sheet extension on iOS — send a link from Safari, get a Markdown file back. Keyboard shortcut to convert (⌘↩). Save as .md or copy to clipboard.

GREAT FOR

Note-takers building a personal knowledge base in Obsidian / Logseq / Bear

Researchers archiving sources in a readable, diff-friendly format

Writers collecting reference material

Engineers saving documentation pages offline

Mac users who run AI agents locally (Claude Desktop, Cursor, Zed, custom MCP clients) and want them to read the live web and PDFs

Made with care. Open architecture — see the website for the source.