Back to Browse

Apple Fm MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-designed MCP server with appropriate security posture for its purpose. It exposes Apple's on-device Foundation Models to Claude with no authentication required (appropriate since all processing is local and on-device). Code quality is good with proper error handling, input validation on tool arguments, and no dangerous patterns. The only minor concerns are broad exception handling in one location and lack of explicit input length validation for some parameters, but these do not materially impact security given the server's local-only architecture. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

4 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!