math-mcp
by EthanHenrickson·★ 133·Score 48
MCP server providing math, statistical and trigonometric functions for accurate numerical calculations.
Overview
Math-MCP is a focused Model Context Protocol server that enhances LLM capabilities by providing reliable mathematical operations. It covers essential arithmetic functions, statistical calculations, and trigonometric operations with clear parameter definitions. The server is implemented in JavaScript and requires simple installation through MCP configuration.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose Math-MCP when your application requires accurate mathematical calculations and statistical operations that LLMs might otherwise approximate incorrectly.
When NOT to choose this
Don't choose Math-MCP if you need advanced mathematical operations like matrix algebra, calculus, or complex number computations beyond its scope.
Tools this server exposes
12 tools extracted from the READMEaddadd(firstNumber, secondNumber)Adds two numbers together
subtractsubtract(minuend, subtrahend)Subtracts the second number from the first number
multiplymultiply(firstNumber, secondNumber)Multiplies two numbers together
divisiondivision(numerator, denominator)Divides the first number by the second number
sumsum(numbers)Adds any number of numbers together
meanmean(numbers)Calculates the arithmetic mean of a list of numbers
medianmedian(numbers)Calculates the median of a list of numbers
sinsin(number)Calculates the sine of a number in radians
coscos(number)Calculates the cosine of a number in radians
roundround(number)Rounds a number to the nearest integer
minmin(numbers)Finds the minimum value from a list of numbers
maxmax(numbers)Finds the maximum value from a list of numbers
Comparable tools
Installation
- Clone the repository:
git clone https://github.com/EthanHenrickson/math-mcp - Add to your MCP configuration:
"math": {
"command": "node",
"args": ["PATH\TO\PROJECT\math-mcp\build\index.js"]
}Replace PATH\TO\PROJECT with the actual path.
Compare math-mcp with
Last updated · Auto-generated from public README + GitHub signals.