A lean MCP Server that exposes the essential Trello tools for everyday task management. Built for clean, reliable LLM automation with n8n, ChatGPT, or Gemini.
A minimal MCP Server offering the core Trello operations—create, update, search, list, and comment—designed to keep task management simple and predictable.
Each tool has a clear, LLM-friendly schema, ensuring safe automation without heavy context or complex payloads.
Use it to create tasks, move cards between lists, update details, add comments, or retrieve board structure. All through natural language.
“What tasks do I still have pending from last week?”
→ Searches by due date and status for weekly planning.
“Move all tasks due yesterday into today’s list and add a ‘rescheduled’ comment.”
→ Combines search + update + comment.
“Create a new card called ‘Prepare onboarding materials’ for next Monday.”
→ Simple card creation with due date handling.
This MCP Server exposes 6 core tools:
Create tasks with title, description, and optional due date.
Find cards using Trello’s native search syntax (keywords, lists, due filters).
Provide structure and situational awareness for agents.
Rename, update description, adjust due dates, or move cards.
Add quick notes to any card without modifying other fields.
| Service | Use |
|---|---|
| Trello API | API Key + Token for card, list, search, and comment operations |
Use a dedicated Trello automation token for clean audit logs.
Please check Authorizing With Trello's REST API
list_all_lists in agents to give LLMs workflow awarenessThis MCP Server is intentionally simple and extendable.
If you adapt or evolve it, I’d love to hear your ideas.