# 计算器(Calc MCP)

提供基本和高级算术运算功能，支持表达式计算和历史记录管理。通过资源 API 访问帮助信息和计算历史，方便集成和扩展。提升计算任务的自动化和交互体验。

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mzdz/calc-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list mzdz/calc-mcp-server
```

---

Source: https://github.com/mzdz/calc-mcp
