Install
$ agentstack add mcp-krasun-notes-mcp ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Notes MCP
An MCP server that connects with your Apple Notes on macOS.
Supported Tools
notes-get-folders: Get all folders.notes-get-notes: Get all notes in a folder.notes-create-note: Create a new note with title and content.notes-get-note-by-id: Get a note by its identifier.notes-get-note-by-title: Find a note by exact match of title.notes-get-note-count: Get the total number of notes.
Usage
Build it
Always install dependencies and build it first:
npm install && npm run build
With Claude for Desktop
Add the following to your ~/Library/Application\ Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["path/to/notes/mcp/dist/index.js"]
}
}
}
And check it is running in Claude settings:
With Cursor
{
"mcpServers": {
"notes": {
"command": "node",
"args": ["path/to/notes/mcp/dist/index.js"]
}
}
}
And then check Cursor MCP settings:
Standalone or for other projects
node dist/index.js
License
Notes MCP is licensed [under the MIT License](LICENSE).
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: krasun
- Source: krasun/notes-mcp
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.