Trello MCP Server
Manage boards, lists, cards, labels, checklists, and more via the Trello REST 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 Serverlist my boards"
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
An MCP server for the Trello REST API. Manage boards, lists, cards, labels, checklists, and more from any MCP-compatible client.
Tools
Tool | Description |
| List all boards for the authenticated user |
| Get details of a single board |
| Get all lists on a board |
| Create a new list on a board |
| Get all cards in a list |
| Get all cards on a board |
| Get details of a single card |
| Create a new card in a list |
| Update one or more fields on a card |
| Move a card to a different list/board |
| Archive (close) a card |
| Get all comments on a card |
| Add a comment to a card |
| Get all attachments on a card |
| Upload a file as an attachment to a card |
| Attach a URL to a card |
| Delete an attachment from a card |
| Get all labels on a board |
| Create a label on a board |
| Get all checklists on a card |
| Get a checklist and its items |
| Create a checklist on a card |
| Add an item to a checklist |
| Get the authenticated member's profile |
| Search for cards and/or boards |
| Get the action history of a card (moves, edits, comments, etc.) |
Related MCP server: Trello MCP Server
Prerequisites
Go to trello.com/power-ups/admin and create a new Power-Up
Copy your API Key
Generate a Token using the link on the same page
Installation
uvx trello-mcpOr install from PyPI:
pip install trello-mcpUsage
Claude Desktop / Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": ["trello-mcp"],
"env": {
"TRELLO_API_KEY": "your-api-key",
"TRELLO_TOKEN": "your-token"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | API key from Trello Power-Up admin |
| Yes | User token generated for your API key |
Development
git clone https://github.com/stucchi/trello-mcp.git
cd trello-mcp
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pytestLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/stucchi/trello-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server