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