Skip to main content

apple-notes

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

الانتقال إلى التثبيت

معلومات المصدر

المستودع
RabbitAI-Lab/rabbit-plugins-mcp
آخر نشاط في المصدر
٢٦ يوليو ٢٠٢٦ في ١٤:٠٨
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٠
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
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
عرض على GitHub