Axiom — Advanced Math for VS Code
io.github.tufantunc/axiom-math
Exact symbolic math for LLMs: integrals, equations, matrices, and claim verification via Giac/Xcas
client:VS Code
transport:stdio
runtime:npm
Install Axiom — Advanced Math in VS Code
.vscode/mcp.json
{
"servers": {
"axiom-math": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"axiom-math"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs