Connector guide2-minute read13 MCP toolsEnglish · Deutsch · Italiano

Как подключить Trello к ChatGPT — через MCP

Drive Trello (Kanban boards) from any AI agent: boards, lists, cards, members, labels, checklists, attachments-by-URL. 13 tools. API key + user token query-string auth (Trello-specific).

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Trello

Drive Trello (Kanban boards) from any AI agent: boards, lists, cards, members, labels, checklists, attachments-by-URL. 13 tools. API key + user token query-string auth (Trello-specific).

Tools

13

Region

INTL

Category

project-management

Authentication

Required env vars

TRELLO_API_KEYTRELLO_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Trello in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Trello, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Trello + ChatGPT

Drive Trello (Kanban boards) from any AI agent: boards, lists, cards, members, labels, checklists, attachments-by-URL. 13 tools. API key + user token query-string auth (Trello-specific).

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

TRELLO_API_KEY, TRELLO_TOKEN

Шаг 1 — Получите учётные данные

Setup:

  1. Sign in to Trello → go to https://trello.com/power-ups/admin+ New to create a Power-Up (this is just the modern way to mint API keys).
  2. After creation, open the Power-Up → API key section → copy the API key.
  3. Below it, click Token → authorize the Power-Up → copy the generated user Token.
  4. Set:
    • TRELLO_API_KEY = the Power-Up key (a long alphanumeric)
    • TRELLO_TOKEN = the user token (much longer)

Authentication: query-string ?key=${TRELLO_API_KEY}&token=${TRELLO_TOKEN} on every request. The token is per-user — actions are attributed to that user. To act as a different user, mint a separate token via their Trello account.

…(continued in the in-app connector instructions)

Шаг 2 — Установите адаптер

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Шаг 3 — Добавьте коннектор в ChatGPT

ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.

  1. Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Trello
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте MCP API key
  4. Нажмите Connect.

Доступные инструменты

ToolWhat it does
trello_get_meReturn the user the token belongs to: id, username, fullName, email, avatarUrl
trello_list_my_boardsList boards the user is a member of
trello_get_boardFetch a board with optional nested resources (lists/cards/labels/members) via inclusion params
trello_get_board_listsList the lists (columns) on a board
trello_list_cards_in_listList cards in a list
trello_get_cardFetch a single card with optional members/labels/checklists/attachments included
trello_create_cardCreate a card in a list
trello_update_cardUpdate a card
trello_delete_cardPermanently delete a card
trello_add_card_commentAdd a comment to a card (creates an action of type commentCard)
trello_attach_url_to_cardAttach a URL (link) to a card
trello_list_board_labelsList labels available on a board
trello_searchUniversal search across boards, cards, members and organizations

FAQ

Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.

Следующие шаги

Ready to ship

Your Trello agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.