Skip to main content
Glama

Notes MCP

by krasun

Notizen MCP

Ein MCP-Server, der eine Verbindung mit Ihren Apple Notes auf macOS herstellt.

Claude Anwendungsbeispiel

Unterstützte Tools

  • notes-get-folders : Alle Ordner abrufen.
  • notes-get-notes : Alle Notizen in einem Ordner abrufen.
  • notes-create-note : Erstellen Sie eine neue Notiz mit Titel und Inhalt.
  • notes-get-note-by-id : Ruft eine Notiz anhand ihrer Kennung ab.
  • notes-get-note-by-title : Suchen Sie eine Notiz anhand der genauen Übereinstimmung des Titels.
  • notes-get-note-count : Ruft die Gesamtzahl der Notizen ab.

Verwendung

Bauen Sie es

Installieren Sie immer zuerst Abhängigkeiten und erstellen Sie sie:

npm install && npm run build

Mit Claude für Desktop

Fügen Sie Folgendes zu Ihrer ~/Library/Application\ Support/Claude/claude_desktop_config.json hinzu:

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

Und überprüfen Sie, ob es in den Claude-Einstellungen ausgeführt wird:

Claude MCP-Einstellungen

Mit Cursor

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

Und überprüfen Sie dann die Cursor-MCP-Einstellungen:

Cursor-MCP-Einstellungen

Standalone oder für andere Projekte

node dist/index.js

Lizenz

Notes MCP ist unter der MIT-Lizenz lizenziert.

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

local-only server

The server can only run on the client's local machine because it depends on local resources.

Ein MCP-Server, der es KI-Assistenten wie Claude ermöglicht, auf Apple Notes unter macOS zuzugreifen und diese zu bearbeiten, sodass Notizen durch natürliche Sprachinteraktionen abgerufen, erstellt und verwaltet werden können.

  1. Unterstützte Tools
    1. Verwendung
      1. Bauen Sie es
      2. Mit Claude für Desktop
      3. Mit Cursor
      4. Standalone oder für andere Projekte
    2. Lizenz

      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