Back to MCP Servers
🔌

johannesbrandenburger/typst-mcp

MIT

🐍 🏠 - 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.

PythonProductivity

Install

npx -y johannesbrandenburger-typst-mcp

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.