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.
Quick Start
Clone the repository:
git clone https://github.com/johannesbrandenburger/typst-mcpClaude Desktop configuration example:
{
"mcpServers": {
"typst-mcp": {
"command": "npx",
"args": [
"-y",
"johannesbrandenburger/typst-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.