Aerostack
electrical_services

Trello MCP Server — Hosted Team Tools Integration

MCP Server language Hosted language Public

Manage Trello boards, lists, cards, and members — create, update, move cards and collaborate with AI.

aerostack @aerostack verified
v0.1.0 MIT Updated Jun 28, 2026
robot_2

Use with AI AssistantsMCP

Connect Claude, Cursor, or any MCP-compatible client — then call tools directly

① Add This MCP Server

Paste into your AI client config — then all its tools are available instantly.

.claude/mcp.json
{
  "mcpServers": {
    "trello": {
      "url": "https://mcp.aerostack.dev/s/aerostack/mcp-trello",
      "headers": {
        "Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
      }
    }
  }
}

Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.

② Call a Tool

Ask your AI assistant to call a specific tool, or send raw JSON-RPC:

+9 more

Natural Language Prompt

“Use the _ping tool to verify trello credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials

Using a Workspace?

Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.

add_circleAdd to Workspace

description Overview

mcp-trello — Trello MCP Server

Automate your entire Trello workflow — manage boards, lists, cards, and checklists from any AI agent.

Trello is a visual project management tool used by millions of teams worldwide. This MCP server gives your agents complete access to the Trello REST API: browsing and creating boards, managing lists and cards, archiving and moving cards between lists, and managing checklists and checklist items to track granular task progress.

Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-trello


What You Can Do

  • Automatically create boards, lists, and cards from external triggers — form submissions, webhooks, or pipeline events
  • Move cards across lists as work progresses through your workflow stages
  • Add checklists and mark items complete based on automated task tracking
  • Archive or delete cards once work is done, keeping boards clean without manual effort

Available Tools

Tool Description
_ping Verify credentials by fetching the authenticated member profile
get_board Get board details by ID — name, description, URL, lists, labels
list_boards List all boards for the authenticated member
create_board Create a new board with optional description and default lists
update_board Update board name, description, or archive/unarchive it
get_board_members Get all members of a board with their roles
get_lists Get all lists on a board (filter: all, open, closed)
create_list Create a new list on a board with position control
update_list Rename a list or archive/unarchive it
move_list Move a list to a different board
get_card Get full card details — name, description, due date, labels, members, checklists
list_cards List cards in a list (filter: all, open, closed)
create_card Create a card in a list with name, description, due date, labels, members
update_card Update card name, description, due date, position, or archive status
move_card Move a card to a different list with position control
archive_card Archive a card (hidden from board, not deleted)
delete_card Permanently delete a card (irreversible)
get_card_checklists Get all checklists on a card including item completion status
create_checklist Create a checklist on a card
create_checklist_item Add an item to a checklist
update_checklist_item Mark a checklist item complete or incomplete

Configuration

Variable Required Description How to Get
TRELLO_API_KEY Yes Your Trello Power-Up / developer API key Go to https://trello.com/power-ups/admin → create or select a Power-Up → API Key tab
TRELLO_TOKEN Yes Your Trello OAuth user token granting access to boards and cards From the same Power-Up admin page → click "Token" link next to your API key → authorize access

Quick Start

Add to Aerostack Workspace
  1. Go to aerostack.dev → Your Project → MCPs
  2. Search for "Trello" and click Add to Workspace
  3. Add your TRELLO_API_KEY and TRELLO_TOKEN under Project → Secrets

Once added, every AI agent in your workspace can manage Trello boards and cards automatically — no per-user setup needed.

Example Prompts
"Create a new card in the 'To Do' list on my sprint board for the login bug fix"
"Move card abc123 to the 'Done' list"
"Add a checklist called 'Acceptance Criteria' to card xyz789 and mark the first item complete"
Direct API Call
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-trello \
  -H 'Content-Type: application/json' \
  -H 'X-Mcp-Secret-TRELLO-API-KEY: your-api-key' \
  -H 'X-Mcp-Secret-TRELLO-TOKEN: your-token' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_boards","arguments":{}}}'

License

MIT

terminal Tools (15)

Available tools on this MCP server. Each tool can be called directly from any AI agent.

terminal
_ping #1

Verify Trello credentials by calling a lightweight read endpoint. Used internally by Aerostack to validate credentials.

terminal
list_boards #2

List all boards for the authenticated Trello member

terminal
get_board #3

Get all details of a specific Trello board

terminal
create_board #4

Create a new Trello board

terminal
list_lists #5

List open lists on a Trello board

terminal
create_list #6

Create a new list on a Trello board

terminal
archive_list #7

Archive a Trello list

terminal
list_cards #8

List cards in a Trello list

terminal
get_card #9

Get all details of a specific Trello card

terminal
create_card #10

Create a new card in a Trello list

terminal
update_card #11

Update a Trello card

terminal
delete_card #12

Delete a Trello card

terminal
add_card_comment #13

Add a comment to a Trello card

terminal
list_board_members #14

List members of a Trello board

terminal
list_card_attachments #15

List attachments on a Trello card

Details

upgrade Version 0.1.0
gavel License MIT
wifi Transport streamable-http
lock Access Public
category Category Team Tools
terminal Tools 15

language Live Endpoint

https://mcp.aerostack.dev/s/aerostack/mcp-trello

Sub-50ms globally · Zero cold start

Publisher

aerostack
@aerostack verified

Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.

Tags

Browse more servers

More in Team Tools

Browse Team Tools MCPs →

Frequently asked questions

What is the Trello MCP server and what can it do? +

The Trello MCP server is hosted on Aerostack and exposes these tools to your AI agent: `_ping`, `list_boards`, `get_board`, `create_board`, `list_lists`. You get one hosted URL — no self-hosting — that works from Claude, Cursor, ChatGPT, Gemini, VS Code, or any MCP-compatible client, and you can share it with your team or combine it with other MCP servers in a workspace.

Is the Trello MCP server hosted, or do I have to run it myself? +

It's hosted on Aerostack's edge infrastructure — you don't deploy or maintain anything. Add it to a workspace and you get one authenticated URL, with secrets encrypted, that any AI agent or editor can connect to. Use it solo or share the same URL across your whole team.

Which AI agents and editors can use the Trello MCP server? +

Any MCP client: Claude and Claude Code, Cursor, ChatGPT, Gemini, Windsurf, Cline, VS Code, and custom agents. Because it's one hosted URL, the same Trello MCP server works everywhere — and you can compose it with other MCP servers, skills, and functions behind a single workspace URL.

How do I install the Trello MCP server in Claude Desktop? +

Add the following to your Claude Desktop config (`claude_desktop_config.json`): ```json { "mcpServers": { "@aerostack/mcp-trello": { "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-trello"] } } } ``` Then restart Claude Desktop and the tools will appear automatically.

How do I use the Trello MCP server in Cursor? +

In Cursor, open **Settings → MCP** and add: ```json { "name": "@aerostack/mcp-trello", "command": "npx", "args": ["-y", "@aerostack/@aerostack/mcp-trello"] } ``` Save and reload Cursor. The MCP tools will be available in Agent mode.

Does Trello MCP require authentication? +

Yes. Trello requires authentication. Check the MCP's documentation for the required credentials.