siliconuy
MCP Serversiliconuypublic

mcp trello client

Cliente MCP para interactuar con Trello como usuario PM

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

Cliente MCP para interactuar con Trello como usuario PM

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

MCP Trello Client

Cliente MCP para interactuar con Trello a través de la API de Atlassian Cloud. Este servidor proporciona herramientas para gestionar tableros, listas, tarjetas y más.

Características

  • Gestión de tableros
  • Manejo de listas y tarjetas
  • Asignación de miembros
  • Gestión de etiquetas
  • Movimiento de tarjetas entre listas
  • Comentarios y adjuntos

Instalación

npm install
npm run build

Configuración

Obtener un Token de API de Atlassian

  1. Ve a https://id.atlassian.com/manage-profile/security/api-tokens
  2. Haz clic en "Create API token"
  3. Nombra tu token (por ejemplo: "MCP Trello Client")
  4. Copia el token generado

Configurar el Servidor MCP

El token de API de Atlassian se debe configurar en el archivo de configuración MCP:

{
  "mcpServers": {
    "trello": {
      "command": "node",
      "args": ["path/to/build/index.js"],
      "env": {
        "TRELLO_TOKEN": "tu-token-de-api-de-atlassian"
      }
    }
  }
}

Herramientas Disponibles

list_boards

Lista todos los tableros a los que tienes acceso.

Ejemplo:

{
  "name": "list_boards"
}

get_board_details

Obtiene los detalles de un tablero específico, incluyendo listas, miembros y etiquetas.

Ejemplo:

{
  "name": "get_board_details",
  "arguments": {
    "boardId": "5e1234567890abcd"
  }
}

get_list_cards

Lista todas las tarjetas en una lista específica.

Ejemplo:

{
  "name": "get_list_cards",
  "arguments": {
    "listId": "5e1234567890abcd"
  }
}

move_card

Mueve una tarjeta a una lista diferente.

Ejemplo:

{
  "name": "move_card",
  "arguments": {
    "cardId": "5e1234567890abcd",
    "listId": "5e1234567890efgh"
  }
}

add_comment

Agrega un comentario a una tarjeta.

Ejemplo:

{
  "name": "add_comment",
  "arguments": {
    "cardId": "5e1234567890abcd",
    "text": "Este es un comentario de prueba"
  }
}

assign_member

Asigna un miembro a una tarjeta.

Ejemplo:

{
  "name": "assign_member",
  "arguments": {
    "cardId": "5e1234567890abcd",
    "memberId": "5e1234567890ijkl"
  }
}

Desarrollo

Para ejecutar el servidor en modo desarrollo:

npm run dev

Pruebas

Para ejecutar las pruebas:

npm test

Contribuir

  1. Fork el repositorio
  2. Crea una rama para tu feature (git checkout -b feature/amazing-feature)
  3. Commit tus cambios (git commit -m 'feat: Agrega una nueva característica')
  4. Push a la rama (git push origin feature/amazing-feature)
  5. Abre un Pull Request

Quick Start

1

Clone the repository

git clone https://github.com/siliconuy/mcp-trello-client
2

Install dependencies

cd mcp-trello-client
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownersiliconuy
Repomcp-trello-client
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation