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.

Notas MCP

Un servidor MCP que se conecta con tus Apple Notes en macOS.

Herramientas compatibles

  • notes-get-folders : Obtener todas las carpetas.
  • notes-get-notes : obtener todas las notas en una carpeta.
  • notes-create-note : Crea una nueva nota con título y contenido.
  • notes-get-note-by-id : Obtener una nota por su identificador.
  • notes-get-note-by-title : busca una nota por coincidencia exacta del título.
  • notes-get-note-count : Obtener el número total de notas.

Uso

Construirlo

Siempre instale las dependencias y compílelas primero:

npm install && npm run build

Con Claude para escritorio

Agregue lo siguiente a su ~/Library/Application\ Support/Claude/claude_desktop_config.json :

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

Y verifique que se esté ejecutando en la configuración de Claude:

Con el cursor

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

Y luego verifique la configuración del Cursor MCP:

Independiente o para otros proyectos

node dist/index.js

Licencia

Notes MCP tiene licencia MIT .

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

Un servidor MCP que permite a los asistentes de IA como Claude acceder y manipular Apple Notes en macOS, lo que permite recuperar, crear y administrar notas a través de interacciones de lenguaje natural.

  1. Herramientas compatibles
    1. Uso
      1. Construirlo
      2. Con Claude para escritorio
      3. Con el cursor
      4. Independiente o para otros proyectos
    2. Licencia

      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