Arithmetic MCP Server
Performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
四則演算 MCP サーバー
このMCPサーバーは、基本的な四則演算(足し算、引き算、掛け算、割り算)を実行するためのツールを提供します。
機能
このサーバーは以下の四則演算ツールを提供します:
- add - 2つの数値を足し算します
- subtract - 2つの数値を引き算します
- multiply - 2つの数値を掛け算します
- divide - 2つの数値を割り算します(ゼロ除算の場合はエラーを返します)
インストール方法
- このリポジトリをクローンまたはダウンロードします
- 依存パッケージをインストールします:
npm install - TypeScriptをコンパイルします:
npm run build
Clineでの設定方法
Clineでこのサーバーを使用するには、Claude Desktop Appの設定ファイルを編集する必要があります:
-
以下のパスに設定ファイルを作成または編集します:
~/Library/Application Support/Claude/claude_desktop_config.json -
以下の内容を追加します(既存のmcpServersオブジェクトがある場合は、その中に追加します):
{ "mcpServers": { "arithmetic": { "command": "node", "args": ["/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"], "disabled": false, "autoApprove": [] } } } -
Claude Desktop Appを再起動します
使用例
Clineで以下のようなプロンプトを使用することで、四則演算ツールを呼び出すことができます:
- 「5と3を足し算してください」
- 「10から7を引いてください」
- 「6と8を掛け算してください」
- 「20を4で割ってください」
技術的な詳細
このサーバーは以下の技術を使用しています:
- TypeScript
- Model Context Protocol (MCP) SDK
- Zod(バリデーション用)
Serveurs connexes
3D Cartoon Generator & File System Tools
Generates 3D-style cartoon images using Google's Gemini AI and provides secure file system operations.
DART-MCP
Analyze and visualize financial data of listed companies using the DART API.
MCP Time Server
A simple server that provides the current UTC time.
norikae-mcp
🚃 乗換案内MCP - 乗り換え検索 / Norikae MCP - Japanese train route search using Yahoo! Transit
Cloaked Agent
Give AI agents spending power without giving them your wallet keys. Cloaked creates on-chain spending accounts with enforced constraints that agents cannot bypass - even if jailbroken or compromised.
SignalK MCP Server
Provides AI agents with read-only access to SignalK marine data systems, enabling queries of vessel navigation data, AIS targets, and system alarms.
openterms-mcp
Ed25519-signed consent receipts + programmable policy engine for AI agents before they take actions.
Flyworks MCP
A server for creating fast and free lipsync videos for digital avatars, supporting both realistic and cartoon styles.
Soccerdata MCP Server
Provides real-time football match information from the SoccerDataAPI using natural language.
Zomato MCP
An mcp server for your food ordering needs.