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