Odel
apple-fm-mcp

apple-fm-mcp

Local
@sophiacave1PythonUpdated 2mo ago

Apple Foundation Models on-device. Generate, summarize, classify via Apple Intelligence.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIapple-fm-mcpv1.0.1

Run

uvx apple-fm-mcp

MCP client config

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