Skip to main content
Other Tools and IntegrationsPython

johannesbrandenburger/typst-mcp

MCP server for Typst, a markup-based typesetting system. It provides tools for converting between LaTeX and Typst, validating Typst syntax, and generating images from Typst code.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/johannesbrandenburger/typst-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "typst-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "johannesbrandenburger/typst-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
johannesbrandenburger