The BACH.AI Calculator is a simple yet powerful MCP server designed to extend AI models with comprehensive mathematical capabilities. It offers a wide range of functions including basic arithmetic (add, subtract, multiply, divide, power, modulo), advanced calculations like square root, factorial, and logarithm, as well as trigonometric functions (sin, cos, tan). Built with zero dependencies using only Python's standard library, it ensures a lightweight, fast, and reliable experience with full error handling, making it highly compatible with platforms like Supergateway and Claude Desktop through stdio mode.
主な機能
01Zero external dependencies, built with Python standard library
02Lightweight and fast execution with clean code
03Robust error handling for reliable calculations
04Comprehensive mathematical operations (basic, advanced, trigonometry)
050 GitHub stars
06Compatible with Supergateway and Claude Desktop via stdio mode
ユースケース
01Perform basic arithmetic (addition, subtraction, multiplication, division) through AI prompts
02Calculate advanced mathematical functions like square roots, factorials, and logarithms
03Compute trigonometric values (sine, cosine, tangent) for given angles via AI model interactions