Notes MCP
ノートMCP
macOS 上の Apple Notes に接続する MCP サーバー。

サポートされているツール
notes-get-folders: すべてのフォルダーを取得します。notes-get-notes: フォルダー内のすべてのメモを取得します。notes-create-note: タイトルと内容を指定して新しいノートを作成します。notes-get-note-by-id: 識別子でノートを取得します。notes-get-note-by-title: タイトルの完全一致でノートを検索します。notes-get-note-count: ノートの合計数を取得します。
Related MCP server: apple-notes-mcp
使用法
構築する
常に依存関係をインストールして最初にビルドします。
npm install && npm run buildデスクトップ版Claude
~/Library/Application\ Support/Claude/claude_desktop_config.jsonに以下を追加します。
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["path/to/notes/mcp/dist/index.js"]
}
}
}そして、Claude 設定で実行されていることを確認します。

カーソル付き
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["path/to/notes/mcp/dist/index.js"]
}
}
}次に、カーソル MCP 設定を確認します。

スタンドアロンまたは他のプロジェクト用
node dist/index.jsライセンス
Notes MCPはMIT ライセンスに基づいてライセンスされます。
This server cannot be deployed
Maintenance
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Message Control Protocol server that enables Claude Desktop to interact with NotePlan.co, allowing users to query, search, create, and update notes directly from Claude conversations.712MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for Apple Notes that enables semantic search and full CRUD operations through natural language.25 npm7MIT
- AlicenseAqualityBmaintenanceAn MCP server that enables LLM agents to list, read, create, update, delete, and search Apple Notes on macOS.610 npmAGPL 3.0
- FlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI assistants access to your Apple Notes, Reminders, and Contacts — with optional BERT-powered semantic search.2-