---
title: "anymd — Convert anything on the internet to Markdown"
url: "https://anymd.cc/"
---

# anymd

> Convert anything on the internet to Markdown.

anymd turns any URL — web pages, X posts, YouTube, GitHub, Reddit, Hacker News, PDFs, images — into clean Markdown for AI agents, with a searchable personal library, API, CLI, MCP and WebMCP.

## Use it in one second

Prefix any link with `anymd.cc/`:

```
https://anymd.cc/https://stephango.com/saw
```

No account needed for up to 50 conversions a day. Sign up for 500 free credits a month and a private, searchable library.

## Why Markdown

- AI agents read Markdown natively; raw HTML wastes tokens on navigation, ads, scripts and styles.
- anymd keeps the article and drops the clutter: headings, links, tables, code and footnotes survive.
- Everything you convert while signed in lands in your library, searchable with BM25, full-text, semantic, query fan-out and Jev re-ranking.

## Sources

- **Any web page** — Articles, docs, blogs — clutter removed
- **X / Twitter** — Posts, quotes, media, engagement stats
- **YouTube** — Title, channel and a timestamped transcript
- **GitHub** — READMEs, issues, PRs and discussions
- **Reddit** — Threads with nested comments
- **Hacker News** — Stories plus the top of the discussion
- **PDF** — Text layout kept, tables preserved
- **DOCX · XLSX · CSV** — Office files and sheets as Markdown tables
- **Images** — Vision model describes and transcribes

Coming next: Audio & podcasts, Any video (Whisper), Facebook, LinkedIn, Threads, TikTok, Notion, Google Docs, EPUB.

## Every interface an agent needs

- **URL API:** `GET https://anymd.cc/<url>` (Markdown), `?format=json` for JSON.
- **REST API:** `POST https://anymd.cc/api/v1/convert` with `Authorization: Bearer amd_…` — [docs](https://anymd.cc/docs/api.md)
- **CLI:** `npm i -g https://cdn.anymd.cc/cli/anymd-cli-latest.tgz` — [docs](https://anymd.cc/docs/cli.md)
- **MCP:** `https://anymd.cc/mcp` (Streamable HTTP, OAuth or API key) — [docs](https://anymd.cc/docs/mcp.md)
- **WebMCP:** tools exposed to in-browser agents on anymd.cc — [docs](https://anymd.cc/docs/webmcp.md)

## Pricing

| Plan | Price | Credits / month | Beyond included |
|---|---|---|---|
| Free | $0 | 500 | hard cap |
| Pro | $9/mo ($7/mo yearly) | 10,000 | $1 per extra 1k |
| Scale | $49/mo ($39/mo yearly) | 100,000 | $0.6 per extra 1k |
| Enterprise | Custom | 1,000,000 | $0.4 per extra 1k |

| Source | Credits |
|---|---|
| Web page, GitHub, Reddit, Hacker News, X post | 1 |
| YouTube video with transcript | 3 |
| PDF, DOCX, XLSX, CSV (per file) | 3 |
| Image → Markdown (vision description) | 5 |
| Library search, reads, MCP reads | 0 |

Launch offer: 30% off Pro and Scale with code `LAUNCH30` until 2026-10-31. Full details: https://anymd.cc/pricing.md

## Built by

Duy Nguyen (/zuey/), Founder, Digitop.ai. anymd is open source (MIT): https://github.com/digitopvn/anymd

## FAQ

### Is anymd free?

Yes. Anyone can prefix a URL with anymd.cc/ — no account, up to 50 conversions a day. A free account gives you 500 credits a month plus a searchable library. Paid plans start at $9/month.

### What is a credit?

One web page = 1 credit. A YouTube video with transcript or a PDF/Office file = 3 credits. An image = 5 credits. Cached results, library search and MCP reads are free.

### How is this different from copying the page text?

anymd runs a proven content-extraction engine plus site-specific adapters for X, YouTube, GitHub, Reddit and Hacker News. You get the article, not the nav, cookie banners, ads or related posts, with headings, links, tables, code and footnotes intact.

### Can my AI agent use it?

That is the point. Use the HTTP API, the CLI, or connect the MCP server at anymd.cc/mcp (OAuth or API key). In the browser, anymd exposes WebMCP tools so in-page agents can convert and search too.

### What happens to what I convert?

Signed-in conversions are saved to your private library so you and your agents can search them. Nothing is shared, nothing is used to train models, and you can delete any document — or your whole account — at any time.

### Is it open source?

Yes, MIT-licensed at github.com/digitopvn/anymd. You can self-host it on your own Cloudflare account.

### What if I run out of credits?

On Free you wait for next month or upgrade. On Pro and Scale you are never blocked: extra usage is billed at $1 (Pro) or $0.60 (Scale) per 1,000 credits.

### Can I get a refund?

Yes — 14-day money-back on your first subscription payment if you used less than 20% of the month’s credits. See the refund policy for details.
