Arithmetic MCP ServerServer

YuheiNakasaka
GitHub
arithmeticMCPdev-tools

Loading subscription status...

💡 Description

A simple Model Context Protocol server that provides basic arithmetic operations (addition, subtraction, multiplication, division) as tools that can be called by Large Language Models.

📝 JSON Entries

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

🛠️ Tools

addsubtractmultiplydivide

Features

  • Basic arithmetic operations
  • Integration with Claude Cline

💬 Example Queries

  • Add 5 and 3.
  • Subtract 7 from 10.
  • Multiply 6 and 8.
  • Divide 20 by 4.