A
securityF
licenseA
qualityA simple server that provides basic arithmetic operations (addition, subtraction, multiplication, division) as tools that can be called by Large Language Models through the Model Context Protocol.
Last updated -
4
该 MCP 服务器提供执行四种基本算术运算的工具:加法、减法、乘法和除法。
本服务器提供以下运算工具:
添加- 将两个数字相加
减法——减去两个数字
乘法——将两个数字相乘
除法——将两个数字相除(如果除以零则返回错误)
克隆或下载此存储库
安装依赖项:
编译 TypeScript:
要将此服务器与 Cline 一起使用,您需要编辑 Claude 桌面应用程序的配置文件:
在以下路径中创建或编辑配置文件:
添加以下内容(或者将其添加到现有的 mcpServers 对象中,如果已经存在):
重启 Claude 桌面应用程序
您可以使用以下提示调用 Cline 中的算术工具:
“将 5 加 3。”
“从 10 中减去 7。”
“将 6 乘以 8。”
“用 20 除以 4。”
该服务器使用以下技术:
TypeScript
模型上下文协议 (MCP) SDK
Zod(用于验证)
local-only server
The server can only run on the client's local machine because it depends on local resources.
通过模型上下文协议提供执行基本算术运算(加法、减法、乘法、除法)的工具的服务器。
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