typst-mcp

johannesbrandenburger/typst-mcp
★ 125 stars Python 🤖 AI/LLM Updated 1mo ago
Typst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server provides tools for converting between LaTeX and Typst, validating Typst syntax, and generating images from Typst code.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "typst-mcp": {
      "command": "uvx",
      "args": [
        "typst-mcp"
      ]
    }
  }
}

Or install with pip: pip install typst-mcp

Topics

llmmcppandoctypst