Trello for Claude, Cursor, ChatGPT & agents
Trello — list boards (open / closed / starred), get board lists and members, list cards on a list (with optional archived), get a card with checklists / members / labels, create / update / move / a...
curl -fsSL https://syncorelabs.ai/install.sh | shmacOS / Linux. Windows + manual install.
What it does
Trello — list boards (open / closed / starred), get board lists and members, list cards on a list (with optional archived), get a card with checklists / members / labels, create / update / move / archive cards, comment on cards, and search across cards / boards / members / orgs. Use when the user mentions Trello, board, list, card, kanban, archive, due date, or wants to manage / triage / organize work in Trello.
The Trello skill is one of 75+ pre-wired Syncore integrations that any MCP-compatible client — Claude Desktop, Claude Code, Cursor, Windsurf, Codex CLI, and ChatGPT desktop — can call out of the box. You don't configure MCP servers or copy API keys into a JSON file; the Syncore daemon discovers the skill at startup and exposes its tools to whichever AI client is running.
Sample prompts
Once Syncore is installed and Trello is connected, ask your agent something like:
- “List boards from Trello.”
- “Get board from Trello.”
- “List lists from Trello.”
Tools available (12)
trello__list_boardsList the boards visible to the authorized user.
trello__get_boardFetch one board with its lists + members.
trello__list_listsLists (columns) on a board.
trello__list_cardsCards on a list. Optionally include closed (archived) cards.
trello__get_cardFetch one card with checklists + members + labels.
trello__create_cardCreate a new card on a list.
trello__update_cardPatch fields on an existing card.
trello__archive_cardArchive a Trello card (sets closed=true). Cards stay on the board but drop out of normal list views; recover anytime via update_card(closed=false) or the Trello UI's archived-cards panel. PREFERRED cleanup path — Trello users almost always want archive over delete. For permanent removal use delete_card.
trello__delete_cardPermanently delete a Trello card. Gone forever — no recovery. Prefer archive_card unless the user explicitly wants the card erased (legal / compliance / accidental sensitive content). Idempotent on 404.
trello__move_cardMove a card to another list (and optionally another board).
trello__comment_on_cardAdd a comment to a card.
trello__searchFree-text search across cards / boards / members. Returns top matches.
How to connect
Trello needs a provider API key to talk to trello. Connect it from the Syncore dashboard:
- Run
curl -fsSL https://syncorelabs.ai/install.sh | shon macOS / Linux (or the PowerShell command on Windows). - Run
syncore loginto create your account and a device-bound encryption key. - Visit syncorelabs.ai/connect and authorize Trello.
- Run
syncore updateto sync the skill + credentials to every installed AI client.
Pricing
Free at every Syncore tier. Connect your account once at /connect; the OAuth or API-key credential stays encrypted on your machine and syncs to your other devices via the Syncore vault.
See the full Syncore pricing breakdown — Free $0/mo, Pro $29/mo, Ultra $99/mo — on the homepage.
Related
Looking at Trello? You may also want:
- Airtable — list bases, read / query records with filter formulas, create new rows, and update fields on existing records via Airtable REST API
- Apple Calendar — list calendars, today's events, upcoming events, search by free-text, create / update / delete events with attendees, location, all-day flag
- Apple Reminders — list reminder lists with incomplete counts, list reminders inside a list, surface today's due + overdue items, create / update / complete / del...
- Asana — list workspaces and projects, list / create tasks, set due dates, and mark tasks complete
- Cal.com — list and manage bookings, event types, availability schedules; create / cancel / reschedule meetings on the user's Cal.com account
Or browse all 75 skills in the Syncore catalog.