Cozi MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to "true" to enable debug logging | |
| COZI_PASSWORD | Yes | Your Cozi account password | |
| COZI_USERNAME | Yes | Your Cozi account email |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cozi_get_listsB | Get all Cozi lists (shopping and todo lists) with their items. Returns complete list of all lists including item counts and contents. |
| cozi_get_listB | Get a specific Cozi list by ID with all its items. Use this to see the full details of a single list. |
| cozi_create_listC | Create a new Cozi list. Can be either a shopping list or a todo list. |
| cozi_delete_listA | Delete a Cozi list by ID. This permanently removes the list and all its items. |
| cozi_add_itemC | Add a new item to a Cozi list. The item will be added to the specified list. |
| cozi_edit_itemC | Edit the text of an existing item in a Cozi list. |
| cozi_mark_item_completeC | Mark an item as complete/done in a Cozi list. This checks off the item. |
| cozi_mark_item_incompleteA | Mark an item as incomplete/not done in a Cozi list. This unchecks the item. |
| cozi_remove_itemA | Remove/delete an item from a Cozi list. This permanently deletes the item. |
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/BrandCast-Signage/cozi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server