# mcp-demo

Provide a simple demonstration of an MCP server implementation. Enable basic interaction with MCP clients to showcase protocol usage. Serve as a starting point for building more complex MCP servers.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list nssachin/mcp-demo
```

---

Source: https://github.com/nssachin/mcp-demo
