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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"apfel": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apfel"
]
}
}
}