Skip to main content
Glama
js713-lab

icloud-docs-mcp

by js713-lab

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ICLOUD_ROOTNoDrive folder prefix; all tools are limited to this scope.
ICLOUD_PASSWORDNoLogin CLI prompts if unset. Avoid putting this in the MCP env.
ICLOUD_USERNAMEYesApple ID. No default.
ICLOUD_SESSION_DIRNoDirectory to store the cookiejar. Overrides default location.
ICLOUD_DOWNLOAD_DIRNoLocal 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources