fastmcp-trello
Allows managing Trello boards, cards, lists, labels, attachments, and comments programmatically 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., "@fastmcp-trelloCreate a card called 'Fix login bug' in the To Do list on my Project board"
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.
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 |
| List all boards accessible to you |
| Get a board's details including its lists |
| Get all open lists on a board |
| Create a new board |
| Update a board's name or description |
| Close (archive) a board |
| Get all cards in a list |
| Get full details for a card including comments |
| Create a new card on a list |
| Update a card's fields or move it to a different list |
| Archive (close) a card |
| Get all labels defined on a board |
| Create a new label on a board |
| Delete a label from a board |
| Add a label to a card |
| Remove a label from a card |
| Create a new list on a board |
| Rename a list |
| Archive (close) a list |
| Move a list to a new position |
| Get all attachments on a card |
| Add a URL attachment to a card |
| Delete an attachment from a card |
| Add a comment to a card |
| Search for cards across boards, optionally scoped to a specific board |
Related MCP server: Trello MCP Server
Prerequisites
You need a Trello API key and token:
Go to the Trello Power-Ups admin page
Create a new Power-Up (any name/workspace will do)
Generate a new API key
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-trelloUsage
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 |
| Yes | Your Trello API key |
| Yes | Your Trello authentication token |
Development
git clone https://github.com/Jimdrews/fastmcp-trello.git
cd fastmcp-trello
uv sync --group dev
uv run pytestSee CONTRIBUTING.md for more details.
License
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
- AlicenseBqualityCmaintenanceA Model Context Protocol (MCP) server for Trello that works with any MCP-compatible client -- Claude Desktop, Claude Code, Gemini CLI, and more. Provides 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search.Last updated451033MIT
- Alicense-qualityDmaintenanceMCP server for Trello integration, enabling management of workspaces, boards, lists, cards, and checklists through natural language.Last updatedMIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
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/Jimdrews/fastmcp-trello'
If you have feedback or need assistance with the MCP directory API, please join our Discord server