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 |
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 |
|---|---|
| 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
- 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/mjucius/cozi_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server