Skip to main content

apple-notes

Apple Notes operations. Use when the agent needs this capability via MCP.

Aller à l'installation

Informations de source

Dépôt
RabbitAI-Lab/rabbit-plugins-mcp
Dernière activité de la source
26 juillet 2026 à 14:08
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
apple-notes
description
Apple Notes operations. Use when the agent needs this capability via MCP.
# apple-notes Apple Notes operations ## When to Activate - Use **apple-notes** from an MCP-aware client - Notes & Knowledge tasks that apple-notes supports - Register apple-notes via `claude mcp add` or `.mcp.json` ## Installation apple-notes is an MCP server (stdio transport). Register it with Claude Code: ```bash claude mcp add apple-notes -- npx mcp-apple-notes ``` Or add to `.mcp.json`: ```json { "mcpServers": { "apple-notes": { "command": "npx", "args": [ "mcp-apple-notes" ] } } } ``` A guided installer is at `scripts/install.sh`. ## Verification ```bash claude mcp list ``` ## Details - **Server**: `apple-notes` - **Maintainer**: 社区 - **Protocol**: stdio - **Category**: Notes & Knowledge - **Priority**: Recommended
Voir sur GitHub