Overview
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