trello-mcp
trello-mcp
Servidor MCP local (stdio) que permite a Claude Code gestionar tickets de Trello: tableros, listas, tarjetas, comentarios, listas de control, etiquetas y miembros.
Configuración
1. Obtener clave API + token
Ya tienes una clave API desde la página de administración de Power-Ups de Trello. También necesitas un Token (no el secreto OAuth).
Abre esta URL en un navegador, reemplazando <API_KEY>:
https://trello.com/1/authorize?expiration=never&scope=read,write&response_type=token&name=ClaudeMCP&key=<API_KEY>Aprueba y copia el token resultante.
2. Configurar .env
cp .env.example .env
$EDITOR .env # paste TRELLO_API_KEY and TRELLO_TOKENTRELLO_DEFAULT_BOARD es opcional; asígnale un ID de tablero y las herramientas que aceptan board_id lo usarán cuando omitas el argumento. Para encontrar el ID de un tablero, abre el tablero en el navegador y añade .json a la URL, o ejecuta list_boards una vez que el servidor esté en marcha.
3. Instalar dependencias
uv sync4. Registrar en Claude Code
claude mcp add trello --scope user -- \
uv run --directory "$(pwd)" trello-mcpVerificar:
claude mcp listReinicia cualquier sesión abierta de Claude Code, luego en Claude ejecuta /mcp: deberías ver trello conectado con 16 herramientas.
Herramientas
Lectura: list_boards, list_lists, list_cards, get_card, list_labels, list_board_members
CRUD de tarjetas: create_card, update_card, move_card, archive_card
Anotaciones: add_comment, add_checklist, add_checklist_item, set_check_item, add_label, assign_member
Prueba de humo manual
uv run fastmcp dev src/trello_mcp/server.pyAbre el Inspector MCP: prueba primero con list_boards.
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
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/Artemnikov/Trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server