Skip to main content
Glama

Notes MCP

by krasun
MIT License
9
  • Apple
Integrations
  • Allows interaction with Apple Notes on macOS, providing tools for retrieving folders, managing notes, and creating new content within the Apple Notes app.

  • Connects with the Apple Notes application on macOS, enabling retrieval, creation, and management of notes and folders through the macOS Notes ecosystem.

ノート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 : ノートの合計数を取得します。

使用法

構築する

常に依存関係をインストールして最初にビルドします。

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 MCPMIT ライセンスに基づいてライセンスされます。

-
security - not tested
A
license - permissive license
-
quality - not tested

Claude のような AI アシスタントが macOS 上の Apple Notes にアクセスして操作できるようにする MCP サーバー。自然言語による対話を通じてメモを取得、作成、管理できます。

  1. サポートされているツール
    1. 使用法
      1. 構築する
      2. デスクトップ版Claude
      3. カーソル付き
      4. スタンドアロンまたは他のプロジェクト用
    2. ライセンス

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A simple note-taking MCP server for recording and managing notes with AI models.
        Last updated -
        4
        66
        21
        TypeScript
        GPL 2.0
      • A
        security
        F
        license
        A
        quality
        MCP server that integrates with inBox note-taking API, allowing users to create notes through any MCP client using conversation-based interactions.
        Last updated -
        1
        JavaScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        An MCP server implementation that integrates with SiYuan Note system, enabling AI models to access and manipulate note data through comprehensive commands for notebook management, document operations, and content manipulation.
        Last updated -
        3
        104
        1
        TypeScript
        ISC License
        • Linux
        • Apple
      • -
        security
        -
        license
        -
        quality
        A Python-based MCP server that allows users to create, read, and manage digital sticky notes with Claude integration for AI-powered note summarization.
        Last updated -
        Python

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/krasun/notes-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server