marketplace.json 617 B

1234567891011121314151617181920212223
  1. {
  2. "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  3. "name": "apple-mail-mcp",
  4. "version": "1.0.0",
  5. "description": "Apple Mail integration for Claude Code via MCP",
  6. "owner": {
  7. "name": "Rob Sweet",
  8. "email": "rob@superiortech.io"
  9. },
  10. "plugins": [
  11. {
  12. "name": "apple-mail",
  13. "description": "Manage Apple Mail through natural language - read, search, send, and organize emails",
  14. "version": "1.0.0",
  15. "author": {
  16. "name": "Rob Sweet",
  17. "email": "rob@superiortech.io"
  18. },
  19. "source": "./",
  20. "category": "productivity"
  21. }
  22. ]
  23. }