# SSE Calculator Server

Provide real-time, stateful calculator operations with history tracking via Server-Sent Events. Enable seamless integration with AI assistants through the Model Context Protocol for dynamic calculati…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list phamtienduceng/calculator-mcp-remote-server
```

---

Source: https://github.com/phamtienduceng/calculator-mcp-remote-server
