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
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Comments