| 1234567891011121314151617181920212223 |
- {
- "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
- "name": "apple-mail-mcp",
- "version": "1.0.0",
- "description": "Apple Mail integration for Claude Code via MCP",
- "owner": {
- "name": "Rob Sweet",
- "email": "rob@superiortech.io"
- },
- "plugins": [
- {
- "name": "apple-mail",
- "description": "Manage Apple Mail through natural language - read, search, send, and organize emails",
- "version": "1.0.0",
- "author": {
- "name": "Rob Sweet",
- "email": "rob@superiortech.io"
- },
- "source": "./",
- "category": "productivity"
- }
- ]
- }
|