MCP.so
ログイン

四則演算 MCP サーバー

@YuheiNakasaka

四則演算 MCP サーバー について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

YuheiNakasaka

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "arithmetic": {
      "command": "node",
      "args": [
        "/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is 四則演算 MCP サーバー?

This MCP server provides tools to perform basic arithmetic operations—addition, subtraction, multiplication, and division—for use with clients like Claude Desktop.

How to use 四則演算 MCP サーバー?

Clone the repository, run npm install to install dependencies, and compile with npm run build. Then add a configuration entry to the Claude Desktop App's claude_desktop_config.json file, specifying the command node and the path to the compiled index.js. Restart the app to enable the tools.

Key features of 四則演算 MCP サーバー

  • Four arithmetic tools: add, subtract, multiply, divide.
  • Division by zero returns an error.
  • Built with TypeScript and MCP SDK.
  • Input

コメント

「その他」の他のコンテンツ