Skip to content
Grok

Axiom — Advanced Math for Grok

io.github.tufantunc/axiom-math

Exact symbolic math for LLMs: integrals, equations, matrices, and claim verification via Giac/Xcas

client:Grok transport:stdio runtime:npm

Install Axiom — Advanced Math in Grok

.mcp.json (in your project root)

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

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

Axiom — Advanced Math in other clients