TrelloAI
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). L'AI può leggere la board, capire lo stato dei task e gestirli secondo regole che definisci tu in RULES.md.
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.md, 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 RULES.md con le tue convenzioni: nomi liste, limiti WIP, priorità, etichette, quando chiedere conferma. L'AI le applica automaticamente.
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
├── src/
│ ├── server.js # Server MCP
│ └── trello-client.js # Client API Trello
├── RULES.md # Le tue regole (modificabile)
├── .env.example
└── README.mdUso da cellulare (Telegram su Scaleway)
Il bot @manager_888_bot (Super Manager) 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
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.
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