About Mathtools
Mathtools is an MCP server in the Science category: mCP server with 12 math & statistics tools - precise arithmetic, statistics, unit conversion, percentages, financial calculations, base conversion, and more. Perfect for giving LLMs accurate math capabilities. It has been installed 0 times through Conduid.
Install
claude mcp add mathtools -- npx -y mcp-mathtoolsnpx -y mcp-mathtoolsThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Mathtools
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
mcp-mathtools
MCP server with 12 math & statistics tools for Claude Desktop, Cursor, and any MCP-compatible AI assistant. Precise arithmetic, statistics, unit conversion, financial calculations, and more.
Install
{
"mcpServers": {
"mathtools": {
"command": "npx",
"args": ["-y", "mcp-mathtools"]
}
}
}
Tools (12)
| Tool | Description |
|---|---|
calc |
Evaluate math expressions safely (no eval) — supports sqrt, trig, log, etc. |
statistics |
Mean, median, mode, stddev, variance, range, sum |
percentage |
Percentage of, is-what-percent, percent change |
base_convert |
Convert between number bases (2–36) |
unit_convert |
Length, weight, temperature, data size, time |
compound_interest |
Compound interest with optional contributions |
loan_payment |
Monthly payment and total interest for loans |
proportion |
Solve direct and inverse proportions |
prime_check |
Primality test with factorization |
gcd_lcm |
Greatest common divisor and least common multiple |
random_number |
Random integers or floats in a range |
matrix |
Add, multiply, transpose, determinant |
Zero dependencies
Only requires @modelcontextprotocol/sdk. All tools use Node.js built-ins.
Part of the MCP Toolkit
Want all 60+ tools in one server? Try mcp-all-tools.
Support
If this tool saves you time, consider supporting development:
Like this? Try mcp-devutils
mcp-devutils — 44 developer tools in one MCP server. UUID, hash, JWT, JSON diff, AES encryption, and more. 15 free, unlock all 44 for $5.
License
MIT
README mirrored from the source repository 5 months ago. The original is authoritative.