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.

노트 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 : 총 노트 수를 가져옵니다.

용법

그것을 만들어라

항상 종속성을 설치하고 먼저 빌드하세요.

지엑스피1

데스크톱용 Claude와 함께

~/Library/Application\ Support/Claude/claude_desktop_config.json 에 다음을 추가하세요.

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

Claude 설정에서 실행 중인지 확인하세요.

커서 포함

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

그런 다음 커서 MCP 설정을 확인하세요.

독립형 또는 다른 프로젝트용

node dist/index.js

특허

Notes MCP MIT 라이선스에 따라 라이선스가 부여되었습니다.

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

Claude와 같은 AI 비서가 macOS에서 Apple Notes에 접근하고 조작할 수 있도록 하는 MCP 서버로, 자연어 상호작용을 통해 메모를 검색, 생성, 관리할 수 있습니다.

  1. 지원되는 도구
    1. 용법
      1. 그것을 만들어라
      2. 데스크톱용 Claude와 함께
      3. 커서 포함
      4. 독립형 또는 다른 프로젝트용
    2. 특허

      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