apple-fm-bridge

turner-moore/apple-fm-bridge
★ 0 stars Python AI/LLM Updated 3d ago
Access Apple's on-device Foundation Models via a CLI, an MCP server, and Apple Shortcuts
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-fm-bridge": {
      "command": "uvx",
      "args": [
        "apple-fm-bridge"
      ]
    }
  }
}

Or install with pip: pip install apple-fm-bridge

README Excerpt

macOS 26+ ships Apple's own `fm` CLI (`/usr/bin/fm`) for the on-device and Private Cloud Compute models. It's good, and if you just want `fm respond`, use it directly. This repo is the two things that CLI doesn't do: 1. **Reach Private Cloud Compute from a script, server, or agent.** Apple blocks `pcc` outside an

Tools (1)

afm

Topics

apple-intelligenceclaude-codeclifoundation-modelslocal-llmmacosmcpmodel-context-protocolon-device-ai