Render LaTeX math as pure Unicode text art for terminals, code comments, and emails.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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:
and renders it as multi-line Unicode text:
or plain ASCII if you ask it to:
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 |
| Functions | \sin, \cos, \log, \ln, \exp, \det, \ker, \gcd, \operatorname{...} |
| Layout | \phantom, \smash, \mathord, \mathbin, \mathrel |
| Compat | \displaystyle, \textstyle, \notag accepted as no-ops -- paste LaTeX directly |
\table with \row/\col, 6 frame styles (single, double, bold, rounded, dotted, none), padding, alignment, column spans\fancylist builds a list using Markdown syntaxhbox/vbox containers with auto/intrinsic/fixed-width children, horizontal and vertical alignment\textbf, \textit, \texttt, \verb|...|\hrule/\vrule with auto-sizing and smart automatic junction intersectionDownload from Releases (macOS, Linux, Windows), then run the install script:
The script will:
$HOME/.local/bin$env:USERPROFILE\bin$HOME/.local/share/hyades/docs$env:USERPROFILE\AppData\Local\hyades
This adds hyades, cassilda, and hyades-mcp to your PATH and integrates the tree-sitter grammar and LSP server into Helix and/or Neovim if installed.
| hyades | Renders .hy source (or stdin) to stdout. Use for quick math, piping, code comments. |
| cassilda | Document processor for .cld files. Renders labeled sections in-place, to your code comments, or to stdout -- think Jupyter notebooks in plain text. |
An MCP server lets AI assistants render math expressions on the fly.
Remote -- no install, Cloudflare Worker:
Local -- offline, native binary (included in releases):
The install script automatically configures any installed editors. Manual setup is also possible -- config files are in editor-configs/ within the release.
Helix and Neovim get full integration out of the box:
.hy and .cld files)
A VS Code extension is also available. (I'm yet to polish and publish it, should be a matter of days.)
Hyades has an bytecode compiler and a stack-based VM (called Subnivean), which allows you to write pretty much any computational code to support your macros and rendering. Two fun examples are included in the release package. The first is the Matrix code effect for the terminal
And the second one is interactive Game of Life
Which is also a direct proof of Hyades' Turing-completeness.
I started this project before the era of AI, so about half of it was made without it, and later Claude helped me greatly to implement features that would take me weeks on my own, especially with a small baby to take care of, and to bring this project to completion.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hyades)<a href="https://allmcps.com/mcp/hyades"><img src="https://allmcps.com/api/badge/hyades?style=directory" alt="Hyades on AllMCPs" /></a>