Card creation is the easy half; what makes this usable is that moving a card between lists, commenting on it and finding it again all live in the same place. Auth goes through Nango, so the Trello token is refreshed rather than pasted.
Board management over the Trello API with OAuth brokered through Nango: boards, the lists on them, the cards in those lists, and the comments, attachments and members around each.
- Your boards, one board's detail, and its lists, cards and members
- Boards created, updated and deleted
- Lists created, updated and archived, and the cards in a given list
- Cards created, read, updated — including moved between lists — and deleted
- Comments added to a card
- Attachments added to a card
- Search across boards, cards and members
A recent Python, and a Nango account with the Trello integration configured. NANGO_SECRET_KEY, NANGO_CONNECTION_ID and NANGO_INTEGRATION_ID go in the environment alongside TRELLO_CLIENT_ID; with those in place the Trello credentials refresh themselves.
One command plus a key — uvx git+https://github.com/Shameerpc5029/trello-mcp.git, then supply credentials
