icloud-notes-connector
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_accountsA | Lists the Notes accounts configured on this Mac (e.g. iCloud, On My Mac). Use this first if you're not sure which account name to pass to other tools. |
| list_foldersB | Lists the folders within a given Notes account. |
| list_notesA | Lists note titles (and internal ids) in an account, optionally limited to one folder. Does not return note bodies, use read_note for that. |
| search_notesA | Case-insensitive search across note titles and bodies in an account. Returns matching titles with a short snippet. Note: this checks every note in the account, so it can be slow on very large note libraries. |
| read_noteA | Reads the full body of a note by exact title. If multiple notes share that title, the first match is returned, use list_notes to disambiguate by id if needed. |
| create_noteC | Creates a new note with a title and plain-text body in the given account. |
| move_noteA | Moves an existing note to a different folder by exact title. If multiple notes share that title, the first match is moved. |
| update_noteA | Updates the body of an existing note by exact title. Optionally replaces the title too. If multiple notes share that title, the first match is updated. |
| delete_noteA | Deletes an existing note by exact title. If multiple notes share that title, the first match is deleted. This action cannot be undone. |
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/tdavis10002/icloud-notes-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server