apfel

GitHub

The free AI already on your Mac. CLI tool, OpenAI-compatible server, and interactive chat โ€” all on-device via Apple Intelligence. No API keys, no cloud, no downloads.

RAW Config

Claude Desktop Configuration

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

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