A course of learning LLM inference serving on Apple Silicon for systems engineers: build a tiny vLLM + Qwen.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tiny-llm": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-tiny-llm"
]
}
}
}