notes-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_notesA | List all notes with their folder and timestamps. Fast; does not read note content. Recently Deleted is excluded by default. |
| list_foldersA | List all Notes folders with note counts. Recently Deleted is excluded by default. |
| search_notesA | Full-text search across note titles and body text. Returns metadata, not content. |
| read_noteA | Read a note's full content. Checklist items appear as ◦ (unchecked), ✓ (checked), and ⁃ marks an ordinary bullet. Each checklist item also reports its nesting depth. This is the only way to observe checked state. |
| read_checklistA | Read just the checklist items of a note, with checked state, indices, and nesting depth (0 = top level). |
| create_noteA | Create a note. Markdown is converted by Notes itself, so '- [ ] item' becomes a real checklist item and '- [x] item' a checked one. |
| append_to_noteA | Append Markdown to the end of a note, leaving existing content untouched. '- [ ] item' becomes a real checklist item. |
| replace_note_contentA | Replace a note's entire body with new Markdown, keeping its id, folder and creation date. Refuses if the note has attachments or tables unless force is set. |
| clear_checklistA | Uncheck every checklist item in a note, leaving the items themselves in place. Use this to reset a recurring checklist, e.g. after a workout. |
| check_all_itemsC | Check every checklist item in a note. |
| set_checklist_itemsA | Check, uncheck, or toggle specific checklist items, selected either by index (from read_checklist) or by matching their text. |
| create_folderC | Create a new folder. |
| move_noteC | Move a note to a different folder. |
| delete_noteA | Delete a note. It goes to Recently Deleted and can be restored. Requires confirm: true so it cannot fire accidentally. |
| check_setupA | Verify Notes automation access and that the bridge shortcuts are installed. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/eliotshea/notes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server