Skip to main content
Glama

Apple MCP Server

manifest.json2.19 kB
{ "dxt_version": "0.1", "name": "apple-mcp", "display_name": "Apple MCP", "version": "1.0.0", "description": "Apple MCP tools for contacts, notes, messages, mail, reminders, calendar, and maps integration", "long_description": "Apple MCP gives LLMs access to Apple's native apps including Contacts, Notes, Messages, Mail, Reminders, Calendar, and Maps. This integration allows LLMs to interact with these apps seamlessly, enabling comprehensive automation of daily tasks like managing contacts, creating notes, sending messages, handling emails, setting reminders, managing calendar events, and navigating with Maps.", "author": { "name": "Dhravya Shah", "email": "dhravya@supermemory.com", "url": "https://dhravya.dev" }, "homepage": "https://supermemory.ai", "keywords": [ "apple", "automation", "productivity", "mail", "email", "calendar", "notes", "reminders", "maps" ], "icon": "https://supermemory.ai/_astro/gradient-icon.DNStxMeh.svg", "server": { "type": "node", "entry_point": "dist/index.js", "mcp_config": { "command": "node", "args": ["${__dirname}/dist/index.js"], "env": {} } }, "tools": [ { "name": "contacts", "description": "Search and retrieve contacts from Apple Contacts app" }, { "name": "notes", "description": "Search, retrieve and create notes in Apple Notes app" }, { "name": "messages", "description": "Interact with Apple Messages app - send, read, schedule messages and check unread messages" }, { "name": "mail", "description": "Interact with Apple Mail app - read unread emails, search emails, and send emails" }, { "name": "reminders", "description": "Search, create, and open reminders in Apple Reminders app" }, { "name": "calendar", "description": "Search, create, and open calendar events in Apple Calendar app" }, { "name": "maps", "description": "Search locations, manage guides, save favorites, and get directions using Apple Maps" } ], "compatibility": { "platforms": ["darwin"] }, "user_config": {}, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dhravya/apple-mcp.git" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/supermemoryai/apple-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server