TrelloAI
This server provides full Trello board management via the Model Context Protocol (MCP), enabling AI agents (e.g., Cursor AI) to read and manipulate Trello boards, lists, and cards programmatically using natural language commands.
Read / Inspection:
List all boards — retrieve all open Trello boards for the authenticated user
Get board overview — fetch a complete snapshot including lists, cards, due dates, and links
List lists — enumerate all lists within a specific board
List cards — retrieve cards from a board or specific list, with open/closed/all filtering
Get card details — fetch full card info including description, comments, checklists, and members
Get board activity — view recent actions (creations, moves, comments) on a board
Get labels — list all available labels on a board
Search — search cards by text within a specific board
Write / Modification:
Create card — create a new card with title, description, due date, and labels
Update card — modify a card's name, description, due date, list, or completion status
Move card — move a card from one list to another
Add comment — post a comment on a card
Archive card — archive (close) a card
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., "@TrelloAISummarize my current tasks on the board"
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.
TrelloAI
Integrazione Trello + Cursor AI tramite Model Context Protocol (MCP), più bot Telegram iManager (Octorate, pulizie, turni). Le regole operative vivono in rules/ e si editano anche dalla UI Admin.
Setup rapido
1. Credenziali Trello
Trello ora richiede un Power-Up per generare le chiavi API (la vecchia pagina trello.com/app-key reindirizza al nuovo portale).
Clicca Nuova app e crea un Power-Up (es. "TrelloAI")
Per l'URL connettore Iframe puoi usare un placeholder HTTPS qualsiasi (es.
https://example.com) — non serve per l'integrazione MCP, serve solo a Trello per creare l'app
Apri il Power-Up → tab Chiave API → Genera una nuova chiave API
Copia la API Key
Clicca il link Token accanto alla chiave → Consenti → copia il Token
2. Configura l'ambiente
cp .env.example .envModifica .env:
TRELLO_API_KEY=la_tua_api_key
TRELLO_TOKEN=il_tuo_token
TRELLO_DEFAULT_BOARD_ID=id_della_board # opzionalePer trovare l'ID board: apri la board su Trello, l'URL contiene /b/SHORTLINK/BOARD_ID — usa BOARD_ID.
3. Installa dipendenze
npm install4. Attiva MCP in Cursor
Il file .cursor/mcp.json è già configurato. Riavvia Cursor o ricarica la finestra (Developer: Reload Window).
Verifica in Cursor Settings → MCP che il server trello risulti connesso.
Related MCP server: Trello MCP Server
Uso
Prompt MCP integrati
Nella chat Cursor, puoi invocare i prompt del server:
gestisci-trello— l'AI leggerules/, analizza la board e gestisce i taskstato-trello— solo riepilogo, senza modifiche
Esempi di richieste
Fammi un riepilogo dei task in corsoSposta in "Fatto" i task completati in reviewCrea un task "Preparare demo" nel Backlog con scadenza venerdìQuali task scadono questa settimana?Personalizza le regole
Modifica i file in rules/ (o usa la UI Admin) per Manutenzioni, Customer care, Pulizie, Interazione clienti. Config strutture/pesi/board in config/.
Tool disponibili
Tool | Descrizione |
| Elenca le board |
| Panoramica completa |
| Card per board/lista |
| Dettaglio card |
| Crea task |
| Aggiorna card |
| Sposta tra liste |
| Aggiunge commento |
| Archivia card |
| Cerca per testo |
| Attività recente |
| Etichette board |
Struttura progetto
trelloAI/
├── .cursor/
│ ├── mcp.json # Config MCP per Cursor
│ └── skills/trello/ # Skill agente
├── rules/ # Policy iManager per area
├── config/ # Strutture, pesi turni, board
├── src/
│ ├── server.js # Server MCP
│ ├── telegram-bot.js # Bot + HTTP admin
│ └── …
├── .env.example
└── README.mdUso da cellulare (Telegram su Scaleway)
Il bot @manager_888_bot (iManager) gira su Scaleway. In gruppo rispondi solo se taggato @manager_888_bot (il nome visualizzato non basta) oppure in reply a un suo messaggio. In privato risponde sempre.
Programmi in locale; sync immediato senza GitHub.
npm run ship:watchPoi testi su Telegram. Commit/push su GitHub solo quando la versione è ok.
Server attuale: 151.115.166.171 (Milano) → https://151-115-166-171.sslip.io
Dettagli: deploy/README.md
UI Admin (config iManager)
Imposta
ADMIN_TOKEN=...nel.envdel server (npm run ship:env)Modifica regole markdown per area, strutture Octorate, pesi turni, board Trello
I secret (API key) restano solo in
.env— la UI mostra solo lo stato
Aree: Manutenzioni · Customer care · Pulizie · Interazione clienti (stub AIBridge).
OAuth Octorate (una tantum)
In Octorate → Settings → Advanced → API aggiungi il redirect:
https://151-115-166-171.sslip.io/oauth/callbackApri https://151-115-166-171.sslip.io/oauth/login e autorizza
Troubleshooting
Server MCP non connesso: verifica che
npm installsia stato eseguito e che.envesista401 Unauthorized: controlla API key e token
Board non trovata: verifica
TRELLO_DEFAULT_BOARD_IDo passa l'ID esplicitamenteOctorate No identity: apri
/oauth/loginsul server dopo aver autorizzato il redirect in Octorate
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
- AlicenseDqualityDmaintenanceAn enhanced Model Context Protocol server providing comprehensive integration between Trello and Cursor AI with 40+ tools covering multiple Trello API categories for complete project management.328211MIT
- AlicenseBqualityFmaintenanceConnects Trello with AI assistants to manage boards, lists, cards, and comments via natural language.118MIT
- Alicense-qualityBmaintenanceEnables human-in-the-loop AI development where Trello tickets drive analysis, implementation, commits, and board sync in Cursor.MIT
- Alicense-qualityDmaintenanceEnables comprehensive Trello integration via MCP, supporting boards, lists, cards, comments, labels, members, checklists, search, and attachments, deployed on Cloudflare Workers.1MIT
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
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/imanagerpms/trelloAI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server