Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Manage Trello boards, lists, and cards from any MCP-compatible AI assistant

README.md

<p align="center"> <img src="banner.svg" alt="fastmcp-trello" width="100%"> </p>

![PyPI](https://pypi.org/project/fastmcp-trello/) ![Python](https://pypi.org/project/fastmcp-trello/) ![CI](https://github.com/Jimdrews/fastmcp-trello/actions/workflows/ci.yml) ![License: MIT](https://opensource.org/licenses/MIT)

A Trello MCP server — manage boards, cards, and lists from any AI assistant that supports the Model Context Protocol. MCP is an open standard that lets AI assistants like Claude, Cursor, and Copilot interact with external tools and services.

Trello MCP Tools

| Tool | Description | |---|---| | get_boards | List all boards accessible to you | | get_board | Get a board's details including its lists | | get_lists | Get all open lists on a board | | create_board | Create a new board | | update_board | Update a board's name or description | | close_board | Close (archive) a board | | get_cards | Get all cards in a list | | get_card | Get full details for a card including comments | | create_card | Create a new card on a list | | update_card | Update a card's fields or move it to a different list | | archive_card | Archive (close) a card | | get_labels | Get all labels defined on a board | | create_label | Create a new label on a board | | delete_label | Delete a label from a board | | add_label_to_card | Add a label to a card | | remove_label_from_card | Remove a label from a card | | create_list | Create a new list on a board | | update_list | Rename a list | | archive_list | Archive (close) a list | | move_list | Move a list to a new position | | get_attachments | Get all attachments on a card | | add_attachment | Add a URL attachment to a card | | delete_attachment | Delete an attachment from a card | | add_comment | Add a comment to a card | | search_cards | Search for cards across boards, optionally scoped to a specific board |

Prerequisites

You need a Trello API key and token:

  1. Go to the Trello Power-Ups admin page
  2. Create a new Power-Up (any name/workspace will do)
  3. Generate a new API key
  4. From the API key page, click the Token link to generate a token

Installation

Add the following to your MCP client configuration (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "trello": {
      "command": "uvx",
      "args": ["fastmcp-trello"],
      "env": {
        "TRELLO_API_KEY": "your-api-key",
        "TRELLO_TOKEN": "your-token"
      }
    }
  }
}

Or run standalone:

TRELLO_API_KEY=your-api-key TRELLO_TOKEN=your-token uvx fastmcp-trello

Usage

Once installed in your MCP client, you can ask your AI assistant things like:

"Show me all my Trello boards"

"Create a card called 'Fix login bug' in the To Do list on my Project board"

Configuration

| Variable | Required | Description | |---|---|---| | TRELLO_API_KEY | Yes | Your Trello API key | | TRELLO_TOKEN | Yes | Your Trello authentication token |

Development

git clone https://github.com/Jimdrews/fastmcp-trello.git
cd fastmcp-trello
uv sync --group dev
uv run pytest

See CONTRIBUTING.md for more details.

License

MIT

<!-- mcp-name: io.github.Jimdrews/fastmcp-trello -->

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Productivity servers.