Connect Breeze to an AI assistant such as Claude or ChatGPT and run your projects by chatting. You can ask about your work and make changes — create tasks, move them, log time, leave comments — without leaving the conversation.
This works through MCP (the Model Context Protocol), an open standard for connecting AI assistants to apps like Breeze. There's nothing technical to set up: you add Breeze once in your assistant, sign in, and start typing.
A few things you can ask:
The first three look things up. The last two make changes — which the assistant can now do for you. When this first launched it could only read your data and answer questions; it can now also create, update, and delete things on your behalf.
Add Breeze inside your AI assistant using this address: mcp.breeze.pm/mcp
Availability depends on your ChatGPT plan.
Any assistant that supports MCP connectors works the same way — add a custom connector with the address mcp.breeze.pm/mcp and sign in with Breeze. Setup takes about a minute and is a one-time thing.
You never call these by name — you just chat naturally, and the assistant picks the right one for what you asked. This is the full set of underlying tools (their technical names are shown for reference).
| Tool name | Description |
|---|---|
| breeze_get_me | See who you're signed in as and what you can access |
| breeze_list_workspaces | List your workspaces |
| breeze_list_projects | List the projects you can access |
| breeze_get_project | Open a project's lists, members and statuses |
| breeze_list_team_members | See who's on your team, to assign work |
| breeze_list_cards | List and filter tasks by list, assignee, due date and more |
| breeze_get_card | Open one task with all its details |
| breeze_list_my_cards | See the tasks assigned to you |
| breeze_list_todos | List checklist items across tasks and projects |
| breeze_list_comments | List comments on a task or across a project |
| breeze_list_time_entries | See logged time |
| breeze_list_tags | See a project's tags |
| breeze_search | Find tasks, comments, projects and more by keyword |
| breeze_semantic_search | Find things by meaning, even with vague wording |
| breeze_get_project_stats | See done vs. open, workload by person, and what's due soon |
| breeze_list_activity | See what changed and when |
| breeze_list_project_messages | Read a project's discussion messages |
| breeze_create_cards | Add tasks to a project |
| breeze_create_comments | Comment on a task |
| breeze_create_project_messages | Post in a project's discussion |
| breeze_log_time | Record time worked on a task |
| breeze_set_estimates | Add time estimates to a task |
| breeze_create_projects | Create new projects |
| breeze_create_stages | Add lists/columns to a board |
| breeze_add_project_members | Give teammates access to a project |
| breeze_create_todo_lists | Add checklists to a task |
| breeze_create_todos | Add items to a task's checklist |
| breeze_update_cards | Change task details, or move tasks between lists |
| breeze_update_todos | Rename, complete, or set due dates on checklist items |
| breeze_update_project | Change a project's name, budget and dates |
| breeze_update_stage | Rename a list/column or change its order |
| breeze_update_todo_list | Rename a checklist |
| breeze_update_comment | Edit a comment |
| breeze_update_project_message | Edit a discussion message |
| breeze_update_time_entry | Change a logged time entry |
| breeze_update_estimate | Change a time estimate |
| breeze_delete_cards | Archive tasks off the board — can be restored |
| breeze_delete_stages | Archive a list/column and its tasks — can be restored |
| breeze_delete_project | Remove a whole project — can be restored |
| breeze_delete_comments | Permanently delete comments |
| breeze_delete_project_messages | Permanently delete discussion messages |
| breeze_delete_time_entries | Permanently delete logged time |
| breeze_delete_estimates | Permanently delete estimates |
| breeze_delete_todos | Permanently delete checklist items |
| breeze_delete_todo_lists | Permanently delete checklists and their items |
| breeze_restore_cards | Bring archived tasks back |
| breeze_restore_projects | Bring back a deleted project |
| breeze_restore_stages | Bring back an archived list/column |