home / mcp / apple find my mcp server

Apple Find My MCP Server

A simple FindMy MCP Server

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "ai-mcp-garage-mcp-findmy": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/findmy-server",
        "run",
        "server"
      ]
    }
  }
}

Available tools

list_devices

List all Find My devices with basic information

get_device_info(discovery_id)

Get comprehensive details for a specific device

clear_stored_credentials()

Remove stored Apple ID and password from secure storage

refresh_cache()

Clear data cache and force fresh data retrieval

Apple Find My MCP Server - ai-mcp-garage/mcp-findmy