marketplace.json 650 B

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