AI / ML|Productivity|UtilitiesSwift

Klee

Klee is a native macOS AI chat app that runs entirely on your Mac with no cloud dependency.

Free
N/A rating (0 reviews)0 installs1,720 GitHub stars
macOSAIlocal inferenceSwiftMLX

Klee utilizes MLX to perform local inference on Apple Silicon, ensuring that user data remains private. It features one-click model downloads, native tool calling, vision support, web search capabilities, and streaming responses, all within a lightweight SwiftUI application.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.