Skip to content
Gemini CLI

math svg mcp for Gemini CLI

io.github.wspringer/math-svg-mcp

Convert LaTeX math expressions to crisp, scalable SVG images

client:Gemini CLI transport:stdio runtime:npm

Install math svg mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "math-svg-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "math-svg-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

math svg mcp in other clients