MCP Trello
Allows managing Trello boards, lists, cards, labels, and members programmatically, including creating, updating, deleting, and searching entities.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables Claude to manage Trello boards, lists, and cards through natural language, using tools like list_boards, add_card, and move_card.Last updatedMIT
- Alicense-qualityCmaintenanceEnables Claude to manage Trello boards, lists, and cards through natural language.Last updated148ISC
- Alicense-qualityDmaintenanceEnables managing Trello boards, lists, cards, labels, checklists, members, and attachments through natural language via Claude Desktop.Last updated11MIT
- Flicense-qualityCmaintenanceLets Claude read your Trello boards, lists, and cards via a remote MCP server.Last updated
Related MCP Connectors
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Birdiz/trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server