calculator-mcp-server

calculator-mcp-server

3.2

If you are the rightful owner of calculator-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A comprehensive calculator implemented as a Model Context Protocol (MCP) server using TypeScript.

The Calculator MCP Server is a robust tool designed to perform a wide range of mathematical operations. Implemented in TypeScript, this server leverages the Model Context Protocol (MCP) to expose various mathematical functions as MCP tools. These tools can be accessed by language models connected via MCP clients, such as Claude for Desktop and Cursor, enabling them to perform complex calculations. The server supports basic arithmetic, trigonometry, logarithms, and more, making it a versatile solution for mathematical computations. It requires Node.js and npm for installation and can be easily integrated with different platforms through configuration files.

Features

  • Basic Arithmetic: Addition, Subtraction, Multiplication, Division
  • Exponents & Roots: Power, Square Root
  • Trigonometry: Sine, Cosine, Tangent
  • Logarithms: Natural Log, Base-10 Log, Log with arbitrary base
  • Constants: Pi, Euler's number

Tools

  1. All mathematical functions are

    Client call.