# Add Number Tool Server

Provide a simple tool to add two numbers via MCP. Enable LLMs to perform addition operations by calling this server's tool, facilitating arithmetic computations in your applications.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add haojiasheng/add-number-mcp

# Browse available tools
npx -y smithery tool list haojiasheng/add-number-mcp
```
