icloud-docs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ICLOUD_ROOT | No | Drive folder prefix; all tools are limited to this scope. | |
| ICLOUD_PASSWORD | No | Login CLI prompts if unset. Avoid putting this in the MCP env. | |
| ICLOUD_USERNAME | Yes | Apple ID. No default. | |
| ICLOUD_SESSION_DIR | No | Directory to store the cookiejar. Overrides default location. | |
| ICLOUD_DOWNLOAD_DIR | No | Local download cache directory. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| statusA | Check whether the Apple ID session is trusted and iCloud Drive is reachable. |
| list_folderA | List one iCloud Drive folder (not recursive). Empty path is the configured root. |
| searchC | Search Drive filenames and paths. Optional ext filter like pdf or .docx. Capped. |
| downloadA | Download Drive files to the local cache directory. Returns local paths, not bytes. |
| read_textA | Download a Drive file if needed and return extracted text (pdf, docx, xlsx, txt). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |