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).
Run
uvx apple-fm-mcp
MCP client config
{
"mcpServers": {
"apple-fm-mcp": {
"command": "uvx",
"args": [
"apple-fm-mcp"
]
}
}
}