trinityweb/mcp-trello-tracking
3.2
If you are the rightful owner of mcp-trello-tracking and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Trello Tracking is a server designed to manage and track projects using the Trello API, integrating Trello functionalities directly into your development workflow.
Tools
9
Resources
0
Prompts
0
MCP Trello Tracking
MCP Server para gestión y tracking de proyectos usando Trello API. Permite integrar funcionalidades de Trello directamente en tu flujo de trabajo de desarrollo.
Características
- 🎯 Gestión de tableros y listas de Trello
- 📋 Creación y actualización de tarjetas
- 🏷️ Manejo de etiquetas y miembros
- 📊 Tracking de progreso de proyectos
- 🔄 Sincronización bidireccional
- 📈 Reportes y métricas de productividad
Instalación
npm install
Configuración
- Crea un archivo de configuración con tus credenciales de Trello:
cp config/trello-credentials.example.json config/trello-credentials.json
-
Obtén tu API Key y Token de Trello:
- API Key: https://trello.com/app-key
- Token: Genera un token usando tu API Key
-
Configura las credenciales en
config/trello-credentials.json
Uso
Desarrollo
npm run dev
Producción
npm start
Funcionalidades MCP
Este servidor MCP proporciona las siguientes herramientas:
create_board
- Crear nuevo tablerocreate_list
- Crear nueva lista en tablerocreate_card
- Crear nueva tarjetaupdate_card
- Actualizar tarjeta existentemove_card
- Mover tarjeta entre listasadd_label
- Agregar etiqueta a tarjetaassign_member
- Asignar miembro a tarjetaget_board_stats
- Obtener estadísticas del tablerogenerate_report
- Generar reporte de progreso
Estructura del Proyecto
src/
├── index.js # Punto de entrada del servidor MCP
├── tools/ # Herramientas MCP
├── services/ # Servicios de Trello API
├── utils/ # Utilidades
└── config/ # Configuración
Contribución
- Fork el proyecto
- Crea una rama para tu feature (
git checkout -b feature/AmazingFeature
) - Commit tus cambios (
git commit -m 'Add some AmazingFeature'
) - Push a la rama (
git push origin feature/AmazingFeature
) - Abre un Pull Request
Licencia
MIT License - ver el archivo para más detalles.
Autor
SaaS-MT Team