MCP.so
Sign In

四則演算 MCP サーバー

@YuheiNakasaka

About 四則演算 MCP サーバー

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

YuheiNakasaka

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "arithmetic": {
      "command": "node",
      "args": [
        "/Users/y_nakasaka/Documents/Cline/MCP/arithmetic-server/src/index.js"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

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

Comments

More Other MCP servers