Back to search
30
MCP
math-mcp
ethanhenrickson/math-mcpA Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.
Uptime
0.0%
13 probes
Response
0ms
last probe
Tools
0
callable
Primary URL
—
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"math-mcp": {
"url": "None",
"transport": "http"
}
}
}