Developer Tools
Trust: 29/100 (Limited)io.github.wspringer/math-svg-mcp Guide
Convert LaTeX math expressions to crisp, scalable SVG images
by wspringer
Quick Start
Install
npx math-svg-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-wspringer-math-svg-mcp": {
"command": "npx",
"args": [
"math-svg-mcp"
]
}
}
}