
Apple Find My MCP Server
Enables interaction with Apple's Find My network to track devices, check battery status, and manage device information. Provides secure authentication and caching for efficient access to your Apple devices' location and status data.
README
Apple Find My MCP Server
An MCP (Model Context Protocol) server that provides access to Apple's Find My network for device tracking and management.
Overview
This server allows you to interact with your Apple devices through the Find My network, providing location tracking, battery status, and device information via MCP-compatible tools.
Features
Device Management
- List Devices: Retrieve all devices associated with your Apple account
- Device Info: Get detailed information including location, battery level, and status for specific devices
- Caching: 5-minute cache for improved performance and reduced API calls
Administration
- Cache Management: Clear caches, refresh data, or reset authentication
- Credential Management: Securely store and manage Apple ID credentials
- Authentication: Interactive Apple ID authentication with secure credential storage
Tools
Device Tools
list_devices()
- List all Find My devices with basic informationget_device_info(discovery_id)
- Get comprehensive details for a specific device
Admin Tools
clear_stored_credentials()
- Remove stored Apple ID and password from secure storagerefresh_cache()
- Clear data cache and force fresh data retrieval
Installation
Prerequisites
- Python 3.11+
- Apple ID with Find My enabled
Install Dependencies
pip install -r requirements.txt
# or if using uv:
uv sync
Build
uv build
Usage
Running the Server
# Using uv
uv run server
# Or directly
python server.py
Configuration
- HOST: Server host (default: 127.0.0.1)
- PORT: Server port (optional, defaults to auto-assigned)
MCP Configuration Example
"findmy-server": {
"type": "stdio",
"command": "uv",
"args": [
"--directory",
"/path/to/findmy-server",
"run",
"server"
]
},
Authentication
The server uses interactive authentication for your Apple ID. On first use:
- Provide your Apple ID email when prompted
- Enter your password (stored securely using keyring)
- Complete 2FA if required
Credentials are stored securely and reused for subsequent requests.
Dependencies
fastmcp>=2.11.3
- MCP server frameworkpyicloud>=2.0.2
- Apple iCloud/Find My API clientkeyring>=25.6.0
- Secure credential storage
Security
- Credentials are stored securely using system keyring
- Authentication state is cached per session
- Data is cached for 5 minutes to minimize API calls
- No sensitive data is logged or stored permanently
License
This project is provided as-is for personal use with Apple's Find My service.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.