Trello MCP Server

Trello MCP Server

MCP server that integrates Trello with AI agents, enabling natural language management of boards, lists, cards, checklists, attachments, and custom fields.

Category
Visit Server

README

πŸš€ Trello MCP Server: AI-Powered Project Management

Transform your Trello boards into a living workspace for AI agents. This Model Context Protocol (MCP) server allows LLMs (like Gemini, Claude, and GPT-4) to see, organize, and manage your projects with natural language.


πŸ” Overview

This project bridges the gap between AI and your Trello workflow. Instead of manually moving cards, you can tell your AI: "Move all 'To Do' cards with the 'Urgent' label to 'In Progress' and assign them to me."

Global Usage: You can save this project anywhere on your computer. Once registered, your AI will be able to start the server automatically whenever neededβ€”no manual terminal execution required.


πŸ“‹ Prerequisites


πŸ› οΈ Quick Start

1. Installation & Build

# Clone the repository
git clone https://github.com/BillNobill/trello-mcp-server.git

# Install dependencies and build
npm install
npm run build

2. Configuration

Create a .env file in the project root (use .env.example as a template):

TRELLO_API_KEY=your_api_key
TRELLO_TOKEN=your_token
TRELLO_BASE_URL=https://api.trello.com/1

3. Register with Gemini CLI (Global)

To use this server anywhere on your computer, register it with the user scope:

gemini mcp add trello node "C:\FULL_PATH\TO\trello-mcp-server\dist\index.js" --scope user --trust

[!IMPORTANT] Always use the absolute path to dist/index.js in the command above.


⚑ Available Tools

Your AI agent will automatically "learn" these advanced capabilities:

πŸ“‹ Board & List Management

  • list_boards: List all your Trello boards.
  • read_board: Deep dive into lists, cards, labels, and members.
  • get_lists_on_board: Fetch only column names and IDs.
  • create_list / update_list: Manage board columns and their ordering (pos).
  • archive_list: Cleanup board structure.
  • get_board_labels / get_board_members: Fetch IDs for precise automation.
  • create_label / update_label: Manage board labels (names and colors).

πŸ—‚οΈ Card Operations (Granular & Optimized)

  • get_cards_in_list: Fetch cards for a specific column.
  • get_card_details: Deep dive into comments, attachments, and checklists for a single card.
  • search_cards: Perform fast text-based searches across the entire board.
  • create_card / update_card: Create or modify tasks (name, desc, dates, labels, and pos).
  • move_card: Change task status across lists (supports pos).
  • move_all_cards: Bulk Action to move all cards from one list to another.
  • archive_card: Cleanup completed work.

βœ… Checklist Management (Granular & Fluid)

  • add_checklist: Create a new checklist header on a card.
  • update_checklist: Rename or reorder an existing checklist header.
  • delete_checklist: Remove a checklist entirely.
  • create_checkitem: Add a new item to an existing checklist.
  • update_checkitem: Update items (rename, mark as complete/incomplete, or reorder).
  • delete_checkitem: Remove a specific item from a checklist.

πŸ“ Files & Attachments

  • add_attachment: Attach URL-based links to cards.
  • upload_file: Upload real files (PDFs, scripts, reports) directly from your computer to a card.

πŸ› οΈ Professional Features

  • set_custom_field: Set values for Custom Fields (e.g., "Estimate", "Project ID"). Note: Requires Custom Fields Power-Up enabled on the board.
  • assign_member: Assign teammates to tasks.
  • add_comment: Discuss tasks directly through the AI.

[!TIP] Reordering (the pos parameter):
Use 'top', 'bottom', or a positive number (e.g., 1) to precisely reorder cards, lists, checklists, and items.


πŸ› οΈ Troubleshooting

[!WARNING] Server shows as "Disconnected"?

  1. Empty Command: If /mcp list shows a red dot, ensure your settings.json (at C:\Users\YourUser\.gemini\settings.json) has "command": "node" correctly set.
  2. Environment Variables: Run node dist/index.js manually. If it fails, your .env is likely missing from the root folder.
  3. SDK Compatibility: This project uses @modelcontextprotocol/sdk v1.29.0. If you experience protocol errors, run npm install to ensure you have the latest version.

🐳 Docker Support

[!TIP] Docker is perfect for keeping your local environment clean.

# Build
docker build -t trello-mcp-server .

# Run
docker run --rm -i --env-file .env trello-mcp-server

🀝 Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.


Created by [Luiz Feltrin]
Show some love! Give this repository a ⭐️ if it helped you!

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured