# Simple MCP Server

Provide a minimal MCP server implementation that enables LLM clients to connect and access example tools via HTTP or stdio transports. Facilitate integration with AI systems like Windsurf IDE and Cla…

## Quick Start

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

# Browse available tools
npx -y smithery tool list ilil1/simple-mcp-server
```

---

License: MIT
