plugin.json 391 B

1234567891011121314151617
  1. {
  2. "name": "apple-mail",
  3. "version": "1.5.5",
  4. "description": "Manage Apple Mail through natural language - read, search, send, and organize emails (macOS only)",
  5. "author": {
  6. "name": "Rob Sweet",
  7. "email": "rob@superiortech.io"
  8. },
  9. "mcpServers": {
  10. "apple-mail": {
  11. "command": "node",
  12. "args": [
  13. "${CLAUDE_PLUGIN_ROOT}/build/index.js"
  14. ]
  15. }
  16. }
  17. }