Math-MCP
@EthanHenrickson
About Math-MCP
A 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"math-mcp": {
"command": "node",
"args": [
"PATH\\TO\\PROJECT\\math-mcp\\build\\index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Math-MCP?
Math-MCP is a Model Context Protocol (MCP) server that provides basic mathematical, statistical, and trigonometric functions to Large Language Models (LLMs). It enables LLMs to perform accurate numerical calculations through a simple API.
How to use Math-MCP?
Clone the repository locally, ensure Node.js is installed, then add the server to your MCP configuration file using the command node with the argument PATH\\TO\\PROJECT\\math-mcp\\build\\index.js. The server comes prebuilt, so no build step is required unless you modify the code.
Key features of Math-MCP
- Basic arithmetic: add, subtract, multiply, division, sum, modulo
- Statistical functions: mean, median, mode, min, max
- Rounding functions: floor, ceiling, round
- Trigonometric functions: sin, cos, tan, arcsin, arccos, arctan
- Degree and radian conversion: radiansToDegrees, degreesToRadians
Use cases of Math-MCP
- LLMs performing reliable calculations during chat or reasoning tasks
- Automated data analysis requiring statistical measures
- Educational tools that need precise trigonometric computations
- Workflow automation involving numeric transformations
FAQ from Math-MCP
What functions does Math-MCP provide?
Math-MCP offers arithmetic (add, subtract, multiply, division, sum, modulo), statistical (mean, median, mode, min, max), rounding (floor, ceiling, round), and trigonometric functions (sin, cos, tan, arcsin, arccos, arctan) plus degree/radian conversion.
What are the runtime requirements for Math-MCP?
The server requires Node.js installed on your computer. It runs as a local MCP server using standard I/O transport.
How do I install Math-MCP?
Clone the repository, navigate to the project directory, then add the server entry to your MCP configuration file with the command node and the argument path to build/index.js. No package installation is needed because the project comes prebuilt.
Does Math-MCP store or transmit any data?
No. Math-MCP performs calculations locally and does not connect to external services. All data remains on your machine.
Is authentication or special transport configuration required?
No. Math-MCP uses the default MCP local transport (stdio) and does not require any authentication or network configuration.
Frequently asked questions
What functions does Math-MCP provide?
Math-MCP offers arithmetic (add, subtract, multiply, division, sum, modulo), statistical (mean, median, mode, min, max), rounding (floor, ceiling, round), and trigonometric functions (sin, cos, tan, arcsin, arccos, arctan) plus degree/radian conversion.
What are the runtime requirements for Math-MCP?
The server requires Node.js installed on your computer. It runs as a local MCP server using standard I/O transport.
How do I install Math-MCP?
Clone the repository, navigate to the project directory, then add the server entry to your MCP configuration file with the command `node` and the argument path to `build/index.js`. No package installation is needed because the project comes prebuilt.
Does Math-MCP store or transmit any data?
No. Math-MCP performs calculations locally and does not connect to external services. All data remains on your machine.
Is authentication or special transport configuration required?
No. Math-MCP uses the default MCP local transport (stdio) and does not require any authentication or network configuration.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments