Skip to main content
Glama

数学-MCP

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

特徴

  • 基本的な算術演算(加算、減算、乗算、除算)
  • 統計関数(合計、平均、最小、最大)
  • 丸め関数(切り上げ、切り上げ、切り上げ)

インストール

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

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

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

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

利用可能な機能

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

関数説明パラメータ
add2つの数字を足し合わせるfirstNumber : 最初の加数secondNumber : 2番目の加数
subtract最初の数値から2番目の数値を引きますminuend : 減算する数subtrahend : 減算される数
multiply2つの数を掛け合わせますfirstFactor : 最初の要素secondFactor : 2番目の要素
division最初の数値を2番目の数値で割りますnumerator :割られる数denominator :割る数
sum任意の数の数字を足し合わせますnumbers : 合計する数値の配列
average数値リストの算術平均を計算しますnumbers : 平均を求める数値の配列
min数値リストから最小値を見つけますnumbers : 最小値を求める数値の配列
max数値リストから最大値を見つけますnumbers : 最大値を求める数値の配列
floor数値を最も近い整数に切り捨てますvalue : 切り捨てる数値
ceiling数値を最も近い整数に切り上げますvalue : 切り上げる数値
round数値を最も近い整数に丸めますvalue : 切り上げる数値
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

LLM に基本的な数学および統計機能を提供し、シンプルな API を通じて正確な数値計算を実行できるようにするモデル コンテキスト プロトコル サーバー。

  1. 特徴
    1. インストール
      1. 利用可能な機能

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to perform precise numerical calculations by evaluating mathematical expressions.
          Last updated -
          1
          93
          Python
          MIT License
          • Linux
          • Apple
        • A
          security
          A
          license
          A
          quality
          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.
          Last updated -
          6
          109
          14
          TypeScript
          MIT License
          • Linux
        • -
          security
          A
          license
          -
          quality
          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.
          Last updated -
          1
          Python
          MIT License
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.
          Last updated -
          4
          7
          13
          TypeScript

        View all related MCP servers

        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