Trello MCP Server
Provides tools for interacting with Trello, enabling AI agents to manage boards, lists, cards, checklists, attachments, custom fields, members, and comments through the Trello API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Trello MCP ServerMove all 'To Do' cards with the 'Urgent' label to 'In Progress'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π 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.
Related MCP server: Trello MCP Server
π Prerequisites
Node.js (v20.0.0 or higher recommended) - Download here
Git - Download here
Trello API Key and Token: Get them here
π οΈ 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 build2. 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/13. 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 --trustAlways use theabsolute 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, andpos).move_card: Change task status across lists (supportspos).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.
Reordering (the pos parameter):
Use 'top', 'bottom', or a positive number (e.g., 1) to precisely reorder cards, lists, checklists, and items.
π οΈ Troubleshooting
Server shows as "Disconnected"?
Empty Command: If
/mcp listshows a red dot, ensure yoursettings.json(atC:\Users\YourUser\.gemini\settings.json) has"command": "node"correctly set.Environment Variables: Run
node dist/index.jsmanually. If it fails, your.envis likely missing from the root folder.SDK Compatibility: This project uses
@modelcontextprotocol/sdkv1.29.0. If you experience protocol errors, runnpm installto ensure you have the latest version.
π³ Docker Support
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!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA powerful MCP server for interacting with Trello boards, lists, and cards via AI Hosts.Last updated2255
- Flicense-qualityDmaintenanceThis is an MCP Server for Trello that enables interaction with Trello's API through natural language, allowing management of boards, cards, lists, and other Trello resources.Last updated
- Alicense-qualityCmaintenanceA Trello MCP server that enables AI assistants to manage boards, cards, and lists via the Model Context Protocol.Last updated2MIT
- Alicense-qualityDmaintenanceMCP server for Trello integration, enabling management of workspaces, boards, lists, cards, and checklists through natural language.Last updatedMIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for generating rough-draft project plans from natural-language prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/BillNobill/trello-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server