TrelloAI
Integrates Trello with Cursor AI via MCP, enabling AI to read, analyze, and manage Trello boards according to user-defined rules.
README
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).
- Vai su https://trello.com/power-ups/admin
- 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
- Per l'URL connettore Iframe puoi usare un placeholder HTTPS qualsiasi (es.
- 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 .env
Modifica .env:
TRELLO_API_KEY=la_tua_api_key
TRELLO_TOKEN=il_tuo_token
TRELLO_DEFAULT_BOARD_ID=id_della_board # opzionale
Per trovare l'ID board: apri la board su Trello, l'URL contiene /b/SHORTLINK/BOARD_ID — usa BOARD_ID.
3. Installa dipendenze
npm install
4. 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.
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 corso
Sposta in "Fatto" i task completati in review
Crea 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 |
|---|---|
trello_list_boards |
Elenca le board |
trello_get_board_overview |
Panoramica completa |
trello_list_cards |
Card per board/lista |
trello_get_card |
Dettaglio card |
trello_create_card |
Crea task |
trello_update_card |
Aggiorna card |
trello_move_card |
Sposta tra liste |
trello_add_comment |
Aggiunge commento |
trello_archive_card |
Archivia card |
trello_search |
Cerca per testo |
trello_get_board_activity |
Attività recente |
trello_get_labels |
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.md
Troubleshooting
- Server MCP non connesso: verifica che
npm installsia stato eseguito e che.envesista - 401 Unauthorized: controlla API key e token
- Board non trovata: verifica
TRELLO_DEFAULT_BOARD_IDo passa l'ID esplicitamente
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.