Math-MCP
@EthanHenrickson
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.
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"math-mcp": {
"command": "node",
"args": [
"PATH\\TO\\PROJECT\\math-mcp\\build\\index.js"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
よくある質問
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.
基本情報
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
コメント