MCP Trello
Allows managing Trello boards, lists, cards, labels, and members programmatically, including creating, updating, deleting, and searching entities.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP TrelloList my Trello boards"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Trello — Guide d'installation
Ce serveur MCP expose les outils Trello à Claude (Cowork / Claude Code).
1. Obtenir une clé API et un token Trello
Clique sur New Power-Up → donne un nom quelconque → Create
Onglet API Key → copie ta API Key
Sur la même page, clique Generate a Token → autorise l'accès → copie le Token
Related MCP server: Trello MCP server
2. Installer les dépendances Python
pip install "mcp[cli]" httpx pydanticPython 3.10+ requis.
3. Configurer les variables d'environnement
export TRELLO_API_KEY="ta_clé_api"
export TRELLO_TOKEN="ton_token"Pour les rendre permanentes, ajoute-les dans ~/.zshrc ou ~/.bashrc.
4. Connecter le serveur MCP à Cowork
Dans les Paramètres Cowork → MCP Servers → Add Server, saisir :
{
"command": "python",
"args": ["/chemin/absolu/vers/trello_mcp/server.py"],
"env": {
"TRELLO_API_KEY": "ta_clé_api",
"TRELLO_TOKEN": "ton_token"
}
}Remplace le chemin par le chemin réel vers
server.pysur ton ordinateur.
5. Outils disponibles
Outil | Description |
| Profil de l'utilisateur connecté |
| Lister tous les boards |
| Détails d'un board (listes + labels) |
| Créer un board |
| Lister les colonnes d'un board |
| Créer une colonne |
| Lister les cartes (par liste ou board) |
| Détails d'une carte |
| Créer une carte (avec labels, due date…) |
| Modifier une carte (titre, liste, due…) |
| Supprimer une carte définitivement |
| Lister les labels d'un board |
| Créer un label |
| Modifier un label |
| Supprimer un label |
| Ajouter un label à une carte |
| Retirer un label d'une carte |
| Assigner un membre à une carte |
| Rechercher cartes/boards |
Couleurs de labels disponibles
yellow, purple, blue, red, green, orange, black, sky, pink, lime
6. Exemples d'usage avec Claude
"Liste mes boards Trello" "Crée un label 'Bug' en rouge sur mon board Sprint" "Ajoute une carte 'Fix login flow' dans la liste To Do avec le label Bug" "Déplace la carte X dans la liste Done" "Recherche toutes les cartes avec 'API' dans le titre"
This server cannot be deployed
Maintenance
Related MCP Connectors
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
AI-native Kanban board — connect Claude to claim, work and move your tasks over MCP.
Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude to manage Trello boards, lists, and cards through natural language, using tools like list_boards, add_card, and move_card.MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude to manage Trello boards, lists, and cards through natural language.234 npmISC
- AlicenseNot gradedqualityCmaintenanceEnables Claude to manage Trello boards, lists, cards, labels, and checklists via the Trello REST API, allowing natural language task management.234 npmISC
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Trello boards, lists, and cards via MCP clients like Claude, allowing read, create, update, and search operations through natural language.234 npmMIT