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

评论

其他 分类下的更多 MCP 服务器