Skip to main content
Glama
mjucius

Cozi MCP Server

by mjucius

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COZI_EMAILYesYour Cozi Family Organizer account email address
COZI_PASSWORDYesYour Cozi Family Organizer account password

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
family_membersA

List family members. Use the id for appointment attendees. Returns: [{id, name, color?}].

get_listsA

Summarize all lists (no items). Optionally filter by 'shopping' or 'todo'. Returns: [{id, title, type, item_count, completed_count}].

get_list_itemsB

Items in one list. Excludes completed items by default. Returns: [{id, text, status, position?}].

create_listA

Create a list ('shopping' or 'todo'). Returns: {id, title, type}.

delete_listC

Delete a list. Returns true on success.

add_itemB

Add an item to a list. Returns: {id, text}.

update_itemA

Update an item's text and/or completion status. Pass text, completed, or both. When both are provided the text is updated first then status is updated as a separate request — these are NOT atomic. Returns: {id, text, status}.

remove_itemsC

Remove items from a list. Returns true on success.

get_calendarB

Appointments for one month. Returns: [{id, subject, day, all_day, start?, end?, attendees?, location?, notes?}].

create_appointmentA

Create a calendar appointment. start and end are ISO datetimes (e.g. '2026-06-15T10:00:00'). For all-day events end may equal start. For attendees, call family_members() first and pass those id values.

update_appointmentA

Partial-update an appointment. The Cozi PUT semantics replace ALL fields, so this tool first fetches the existing appointment from the (year, month) page and merges your changes — only fields you pass are altered. To switch a timed appointment to all-day pass all_day=true; to switch to timed pass new start/end.

delete_appointmentC

Delete an appointment. Returns true on success.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/mjucius/cozi_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server