Axiom — Advanced Math
Rank #7,851io.github.tufantunc/axiom-math
Exact symbolic math for LLMs: integrals, equations, matrices, and claim verification via Giac/Xcas
Axiom — Advanced Math is a Model Context Protocol (MCP) server published by tufantunc. It ranks #7,851 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Axiom — Advanced Math is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 8, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 107,609 of 115,460 servers on MCP Toplist.
Use Axiom — Advanced Math
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add axiom-math -- npx -y axiom-math[mcp_servers.axiom-math]
command = "npx"
args = ["-y", "axiom-math"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"axiom-math": {
"command": "npx",
"args": [
"-y",
"axiom-math"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"axiom-math": {
"command": "npx",
"args": [
"-y",
"axiom-math"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"axiom-math": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"axiom-math"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"axiom-math": {
"command": "npx",
"args": [
"-y",
"axiom-math"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"axiom-math": {
"command": "npx",
"args": [
"-y",
"axiom-math"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tufantunc%2Faxiom-math)<a href="https://mcptoplist.com/server/io.github.tufantunc%2Faxiom-math"><img src="https://mcptoplist.com/badge/io.github.tufantunc%2Faxiom-math.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tufantunc
Other servers by tufantunc
View all tufantunc servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.5 | Aug 9, 2026 |
| 1.0.3 | Aug 9, 2026 |
| 1.0.2 | Aug 8, 2026 |
Frequently asked questions
- Who maintains Axiom — Advanced Math?
- Axiom — Advanced Math is maintained by tufantunc, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Axiom — Advanced Math listed on the Official MCP Registry?
- Yes — Axiom — Advanced Math is listed on the Official MCP Registry, alongside Glama.
- How many versions does Axiom — Advanced Math have?
- MCP Toplist tracks 3 versions of Axiom — Advanced Math, most recently published on Aug 9, 2026.
- Where can I find the source code for Axiom — Advanced Math?
- The source code for Axiom — Advanced Math is hosted at github.com/tufantunc/axiom-advanced-math-mcp.