Odel
math svg mcp

math svg mcp

Local
@wspringerTypeScriptUpdated 7mo ago

Convert LaTeX math expressions to crisp, scalable SVG images

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmath-svg-mcpv1.1.2

Run

npx -y math-svg-mcp

MCP client config

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