Skip to main content
Glama

MCP Apple Mail

by LionSR
package.json898 B
{ "name": "mcp-apple", "version": "1.0.0", "description": "Clean Apple Mail MCP server using JXA - no string parsing!", "type": "module", "main": "dist/index.js", "module": "index.ts", "scripts": { "dev": "node --import tsx index.ts", "build": "tsc && esbuild index.ts --bundle --platform=node --target=node16 --format=esm --outfile=dist/index.js --minify --external:@modelcontextprotocol/sdk --external:zod", "test": "node --import tsx test/test-mail.ts", "pack": "mcpb pack" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "tsx": "^4.0.0", "esbuild": "^0.19.0", "@anthropic-ai/mcpb": "^1.1.0" }, "keywords": [ "mcp", "apple", "mail", "jxa", "automation" ], "author": "Sirui Lu", "license": "MIT" }

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/LionSR/mcp-apple'

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