# Calculator Learning Demo Stateless Server

Provide a stateless, scalable MCP server for arithmetic calculations using Streamable HTTP transport. Enable infinite horizontal scaling ideal for serverless and edge computing environments. Deliver …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add yigitkonur/example-mcp-server-streamable-http-stateless

# Browse available tools
npx -y @smithery/cli@latest tool list yigitkonur/example-mcp-server-streamable-http-stateless
```

---

Source: https://github.com/yigitkonur/example-mcp-server-streamable-http-stateless
