Notes MCP
Примечания МКП
Сервер MCP, который подключается к Apple Notes на macOS.

Поддерживаемые инструменты
notes-get-folders: Получить все папки.notes-get-notes: Получить все заметки в папке.notes-create-note: Создать новую заметку с заголовком и содержанием.notes-get-note-by-id: Получить заметку по ее идентификатору.notes-get-note-by-title: Найти заметку по точному совпадению заголовка.notes-get-note-count: Получить общее количество заметок.
Related MCP server: apple-notes-mcp
Использование
Построй это
Всегда сначала устанавливайте зависимости и выполняйте сборку:
npm install && npm run buildС Клодом для рабочего стола
Добавьте следующее в ваш ~/Library/Application\ Support/Claude/claude_desktop_config.json :
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["path/to/notes/mcp/dist/index.js"]
}
}
}И проверьте, запущен ли он в настройках Клода:

С курсором
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["path/to/notes/mcp/dist/index.js"]
}
}
}А затем проверьте настройки курсора MCP:

Автономно или для других проектов
node dist/index.jsЛицензия
Notes MCP лицензирован в соответствии с лицензией 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.
This server cannot be installed
Maintenance
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
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
Related MCP Servers
- AlicenseCqualityDmaintenanceA 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.712MIT
- AlicenseNot gradedqualityFmaintenanceAn MCP server for Apple Notes that enables semantic search and full CRUD operations through natural language.127MIT
- AlicenseAqualityBmaintenanceAn MCP server that enables LLM agents to list, read, create, update, delete, and search Apple Notes on macOS.617AGPL 3.0
- FlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI assistants access to your Apple Notes, Reminders, and Contacts — with optional BERT-powered semantic search.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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