Skip to main content
Glama

数学-MCP

大規模言語モデル(LLM)に基本的な数学および統計関数を提供するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、LLMはシンプルなAPIを通じて正確な数値計算を実行できます。

特徴

  • 基本的な算術演算(加算、減算、乗算、除算)

  • 統計関数(合計、平均、最小、最大)

  • 丸め関数(切り上げ、切り上げ、切り上げ)

Related MCP server: Calculator MCP

インストール

このリポジトリのクローンを作成し、コンピューターのローカルのどこかに保存するだけです。

次に、このサーバーを MCP 構成ファイルに追加します。

"math": {
  "command": "node",
  "args": ["PATH\\TO\\PROJECT\\math-mcp\\build\\index.js"]
}

PATH\\TO\\PROJECTリポジトリのクローンを作成した実際のパスに置き換えます。

利用可能な機能

Math-MCP サーバーは、次の数学演算を提供します。

関数

説明

パラメータ

add

2つの数字を足し合わせる

firstNumber : 最初の加数secondNumber : 2番目の加数

subtract

最初の数値から2番目の数値を引きます

minuend : 減算する数subtrahend : 減算される数

multiply

2つの数を掛け合わせます

firstFactor : 最初の要素secondFactor : 2番目の要素

division

最初の数値を2番目の数値で割ります

numerator :割られる数denominator :割る数

sum

任意の数の数字を足し合わせます

numbers : 合計する数値の配列

average

数値リストの算術平均を計算します

numbers : 平均を求める数値の配列

min

数値リストから最小値を見つけます

numbers : 最小値を求める数値の配列

max

数値リストから最大値を見つけます

numbers : 最大値を求める数値の配列

floor

数値を最も近い整数に切り捨てます

value : 切り捨てる数値

ceiling

数値を最も近い整数に切り上げます

value : 切り上げる数値

round

数値を最も近い整数に丸めます

value : 切り上げる数値

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
4dResponse time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that provides basic calculator functionality for LLMs, enabling them to perform mathematical operations like addition, subtraction, multiplication, division, modulo, and square root.
    6
    444
    16
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A backend service that provides accurate arithmetic calculation capabilities to AI models via the Model Context Protocol, allowing LLMs to offload mathematical computations for numerical queries.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Python-based MCP server that provides a suite of basic arithmetic tools, including addition, square roots, and percentage calculations, for AI assistants. It enables models to perform precise mathematical operations through the Model Context Protocol.
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • Precision math engine for AI agents. 203 exact methods. Zero hallucination.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/EthanHenrickson/math-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server