{ "name": "@mgcrea/mcp-apple-notes", "version": "1.23.0", "description": "Search, read and act on Apple Notes — folders, attachments, writes off by default", "keywords": [ "apple", "apple-notes", "macos", "mcp", "model-context-protocol", "notes" ], "homepage": "https://cupertino.mgcrea.io", "bugs": "https://github.com/mgcrea/cupertino/issues", "license": "MIT", "author": "Olivier Louvignes ", "repository": { "type": "git", "url": "git+https://github.com/mgcrea/cupertino.git", "directory": "packages/notes" }, "bin": { "apple-notes-mcp": "dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE" ], "os": [ "darwin" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "start": "node dist/cli.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm build" }, "dependencies": { "@mgcrea/mcp-apple-core": "workspace:^", "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^26.2.0", "tsdown": "^0.22.14", "typescript": "^7.0.2", "vitest": "^4.1.10" }, "engines": { "node": ">=24" }, "mcpName": "io.github.mgcrea/mcp-apple-notes" }