Arithmetic MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Arithmetic MCP Serveradd 15 and 27"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
四則演算 MCP サーバー
このMCPサーバーは、基本的な四則演算(足し算、引き算、掛け算、割り算)を実行するためのツールを提供します。
機能
このサーバーは以下の四則演算ツールを提供します:
add - 2つの数値を足し算します
subtract - 2つの数値を引き算します
multiply - 2つの数値を掛け算します
divide - 2つの数値を割り算します(ゼロ除算の場合はエラーを返します)
Related MCP server: FastMCP Dummy Server
インストール方法
このリポジトリをクローンまたはダウンロードします
依存パッケージをインストールします:
npm installTypeScriptをコンパイルします:
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(バリデーション用)
Maintenance
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
- Flicense-qualityDmaintenanceA sample implementation of Model Context Protocol server demonstrating core functionality with simple arithmetic tools and greeting resources.Last updated
- Flicense-quality-maintenanceA minimal example server implementing the Model Context Protocol, providing addition and multiplication tools for learning and experimentation with MCP clients.Last updated1
- FlicenseBqualityDmaintenanceA simple server that provides basic mathematical operations (sum and subtraction) through the Model Context Protocol.Last updated21
- Flicense-qualityDmaintenanceProvides basic mathematical operations (addition, subtraction, multiplication, division) through a Model Context Protocol server. Enables MCP-compatible clients like chatbots to perform calculations by sending structured math requests.Last updated
Related MCP Connectors
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A Model Context Protocol server for Wix AI tools
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/YuheiNakasaka/arithmetic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server