Notes MCP
노트 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: 총 노트 수를 가져옵니다.
Related MCP server: apple-notes-mcp
용법
그것을 만들어라
항상 종속성을 설치하고 먼저 빌드하세요.
지엑스피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 라이선스에 따라 라이선스가 부여되었습니다.
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