Apple MCP Server

by Dhravya
Verified
{ "name": "apple-mcp", "version": "0.2.5", "module": "index.ts", "type": "module", "description": "Apple MCP tools for contacts, notes, messages, and mail integration", "author": "Dhravya Shah", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dhravya/apple-mcp.git" }, "keywords": [ "mcp", "apple", "contacts", "notes", "messages", "mail", "claude" ], "bin": { "apple-mcp": "./index.ts" }, "scripts": { "dev": "bun run index.ts" }, "devDependencies": { "@types/bun": "latest", "@types/node": "^22.13.4" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@hono/node-server": "^1.13.8", "@jxa/global-type": "^1.3.6", "@jxa/run": "^1.3.6", "@modelcontextprotocol/sdk": "^1.5.0", "@types/express": "^5.0.0", "mcp-proxy": "^2.4.0", "run-applescript": "^7.0.0", "zod": "^3.24.2" } }