Skip to main content
Glama

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.

Related MCP server: mcp-my-apple-remembers

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

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