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 :获取笔记总数。

用法

构建它

始终先安装依赖项并构建它:

npm install && npm run build

使用 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"] } } }

然后检查 Cursor MCP 设置:

独立或用于其他项目

node dist/index.js

执照

Notes MCP根据 MIT 许可证授权的。

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

MCP 服务器使 Claude 等 AI 助手能够访问和操作 macOS 上的 Apple Notes,从而允许通过自然语言交互检索、创建和管理笔记。

  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