Render LaTeX math as pure Unicode text art for terminals, code comments, and emails.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-apology-is-policy-hyades": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
LaTeX math as pure Unicode text. For terminals, code comments, emails, and everywhere rich formatting isn't a thing.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for io.github.apology-is-policy/hyades and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
LaTeX math as pure Unicode text. For terminals, code comments, emails, and everywhere rich formatting isn't a thing.
Hyades takes standard LaTeX math like this:
$$
f(x) = \overbrace{\sum_{k=0}^{n} \frac{f^{(k)}(a)}{k!}
(x-a)^k}^{\mathit{Taylor polynomial}}
+ \underbrace{R_n(x)}_{\mathit{Remainder}}
$$
and renders it as multi-line Unicode text:
𝑇𝑎𝑦𝑙𝑜𝑟 𝑝𝑜𝑙𝑦𝑛𝑜𝑚𝑖𝑎𝑙
╭───────────┴───────────╮
𝑛 (𝑘)
─── 𝑓 (𝑎) 𝑘
𝑓(𝑥) = ╲ ───────── (𝑥 − 𝑎) + 𝑅 (𝑥)
╱⎽⎽ 𝑘! 𝑛
𝑘 = 0 ╰───┬───╯
𝑅𝑒𝑚𝑎𝑖𝑛𝑑𝑒𝑟
or plain ASCII if you ask it to:
n (k)
--- f (a) k
f(x) = \ --------- (x - a) + R (x)
/__ k! n
k = 0
It's a native CLI binary written in pure C. As such it is extremely fast and doesn't require any additional dependencies. Linux, MacOS, and Windows, and Web (WASM) are all supported out of the box.
Try it in your browser → -- interactive WASM playground with tutorials and a full syntax reference. No installation required.
Fractions, roots, integrals, summations, products, limits, matrices, piecewise functions, aligned equations, Greek letters, auto-scaling delimiters, overbrace/underbrace, accents, primes, binomial coefficients, extensible arrows, equation tags, you name it... Paste your existing LaTeX and it just renders.
| Category | Commands |
|---|---|
| Fractions | \frac, \dfrac, \tfrac -- infinitely nestable |
| Roots | \sqrt{x}, \sqrt[n]{x} |
| Big operators | \sum, \prod, \int, \iint, \iiint, \oint, \oiint with limits |
| Limits | \lim, \limsup, \liminf, \max, \min, \argmax, \argmin |
| Matrices | \pmatrix, \bmatrix, \Bmatrix, \vmatrix, \Vmatrix -- \begin{pmatrix} syntax works too |
| Cases | \cases{...} -- piecewise functions |
| Aligned | \aligned{...} with \intertext and \tag |
| Greek | Full lowercase (\alpha–\omega) and uppercase (\Gamma–\Omega) |
| Delimiters | \left/\right auto-scaling, \middle, invisible \left.\right|, \big–\Bigg sizing |
| Accents | \hat, \bar, \tilde, \vec, \dot, \ddot, \acute, \grave, \breve, \check |
| Wide decorations | \overline, \underline, \overbrace, \underbrace, \overrightarrow, \widehat, \widetilde |
| Annotations | \overset, \underset, \stackrel, \boxed, \tag, \substack |
| Math fonts | \mathbf, \mathbb (ℕℤℚℝℂ), \mathcal, \mathfrak (𝔄𝔅ℭ), \mathsf (𝖠𝖡𝖢), \mathscr, \boldsymbol (bold Greek 𝛂𝛃, bold ∇ → 𝛁) |
| Relations | \leq, \geq, \neq, \ll, \gg, \prec, \succ, \approx, \equiv, \sim, \propto, \coloneqq, :=, \not prefix |
| Set theory | \in, \notin, \subset, \subseteq, \cup, \cap, \setminus, \emptyset |
| Logic | \forall, \exists, \neg, \land, \lor, \implies, \iff, \therefore, \because |
| Arrows | \rightarrow, \Rightarrow, \mapsto, \hookrightarrow, \xrightarrow{f}, \xleftarrow{g} |
| Number theory | \pmod, \bmod, \mid, \binom |
| Operators | \oplus, \otimes, \odot, \circ, \bullet, \star, \dagger, \ddagger |
| * |