# Arthur-Ficial/apfel | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 5,275 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "apfel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-apfel" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "apfel": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-apfel" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-apfel` - **Docker**: `docker run -i --rm mcp/apfel`