Skip to content
Zed

math svg mcp for Zed

io.github.wspringer/math-svg-mcp

Convert LaTeX math expressions to crisp, scalable SVG images

client:Zed transport:stdio runtime:npm

Install math svg mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

math svg mcp in other clients