Skip to content
Cursor

apple-fm-mcp for Cursor

io.github.sophiacave/apple-fm-mcp

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

client:Cursor transport:stdio runtime:pypi

Install apple-fm-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

apple-fm-mcp in other clients