Skip to content
Grok

math svg mcp for Grok

io.github.wspringer/math-svg-mcp

Convert LaTeX math expressions to crisp, scalable SVG images

client:Grok transport:stdio runtime:npm

Install math svg mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

math svg mcp in other clients