trello-mcp-server

angelosv/trello-mcp-server

3.2

If you are the rightful owner of trello-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Trello MCP Server facilitates the integration of Trello with Cursor, providing automation scripts for task management within the Kotlin SDK.

Trello MCP Server

Servidor MCP (Model Context Protocol) para integración de Trello con Cursor, incluyendo scripts de automatización para gestión de tareas del SDK Kotlin.

🚀 Inicio Rápido

# Instalar como servicio del sistema
./install.sh

# O usar Docker
docker-compose up -d

# O ejecutar manualmente
python3 main.py

📚 Documentación

  • - Guía completa de instalación y configuración
  • - Proceso completo de gestión de tareas
  • - Contexto para Cursor
  • - Referencia rápida de scripts

🔧 Scripts de Automatización

  • generate_trello_cards.py - Genera tarjetas desde la guía
  • detect_swift_changes.py - Detecta cambios en Swift SDK
  • validate_tasks.py - Valida completitud de tareas
  • update_cards_template.py - Actualiza formato de tarjetas

Ver QUICK_REFERENCE.md para más detalles.

🐳 Docker

docker-compose up -d
docker-compose logs -f

📝 Configuración

  1. Copia .env.example a .env
  2. Agrega tus credenciales de Trello
  3. Configura Cursor en ~/.cursor/mcp.json

Ver INSTALLATION.md para detalles completos.