Skip to main content
Glama
krasun

Notes MCP

by krasun

Notas MCP

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

Ejemplo de uso de Claude

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.

Related MCP server: apple-notes-mcp

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:

Configuración de Claude MCP

Con el cursor

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

Y luego verifique la configuración del Cursor MCP:

Configuración del cursor MCP

Independiente o para otros proyectos

node dist/index.js

Licencia

Notes MCP tiene licencia MIT .

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