tiny-llm

GitHub

A course of learning LLM inference serving on Apple Silicon for systems engineers: build a tiny vLLM + Qwen.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "tiny-llm": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-tiny-llm"
      ]
    }
  }
}