Skip to main content
Glama
krasun

Notes MCP

by krasun

ノート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 設定で実行されていることを確認します。

クロードMCP設定

カーソル付き

{
    "mcpServers": {
        "notes": {
            "command": "node",
            "args": ["path/to/notes/mcp/dist/index.js"]
        }
    }
}

次に、カーソル MCP 設定を確認します。

カーソルMCP設定

スタンドアロンまたは他のプロジェクト用

node dist/index.js

ライセンス

Notes MCPMIT ライセンスに基づいてライセンスされます。

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessResponsive

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A 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.
    7
    12
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that gives AI assistants access to your Apple Notes, Reminders, and Contacts — with optional BERT-powered semantic search.
    2
    -

Latest Blog Posts

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