PluginBench
MCP Server

apple-fm-mcp MCP Server

io.github.sophiacave/apple-fm-mcp

What is the apple-fm-mcp MCP server?

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

How to install apple-fm-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-fm-mcp": {
      "command": "uvx",
      "args": [
        "apple-fm-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-fm-mcp": {
      "command": "uvx",
      "args": [
        "apple-fm-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-fm-mcp": {
      "command": "uvx",
      "args": [
        "apple-fm-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-fm-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apple-fm-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add apple-fm-mcp -- uvx apple-fm-mcp

Related MCP servers

Visual accessibility inspector. WCAG contrast, touch targets, heading audits, screenshots.

View repository →

Security scanner for MCP servers. SSRF, path traversal, injection, auth, secrets. Grade A-F.

View repository →