Cozi MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COZI_EMAIL | Yes | Your Cozi Family Organizer account email address | |
| COZI_PASSWORD | Yes | Your Cozi Family Organizer account password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| family_membersA | List family members. Use the |
| 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 |
| 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. |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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