Trello MCP Server
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 ServerCreate a card called 'Fix login bug' in the Backlog list"
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 (Model Context Protocol) server that connects Claude to Trello, giving you full board, list, and card management through natural conversation.
Tools Included
Tool | Description |
| List all your Trello boards |
| Get board details with lists and labels |
| List all lists on a board |
| Create a new list on a board |
| Archive or unarchive a list |
| List cards on a board or list |
| Get detailed card info |
| Create a new card |
| Update, move, or archive a card |
| Permanently delete a card |
| Search cards across boards |
| List board members |
| View recent board activity |
| Add a comment to a card |
| Get comments on a card |
| Add a checklist with items to a card |
| Create a new label on a board |
Related MCP server: Atlassian Trello MCP Server
Setup
1. Get Trello API Credentials
Go to https://trello.com/power-ups/admin and create a Power-Up (or use an existing one)
Navigate to the API Key tab and generate a new API key
Generate a token by visiting:
https://trello.com/1/authorize?expiration=never&scope=read,write&response_type=token&key=YOUR_API_KEYClick Allow and copy the token
2. Install and Build
cd trello-mcp-server
npm install
npm run build3. Configure in Claude
Add to your Claude desktop config (~/.claude/claude_desktop_config.json) or Cowork MCP settings:
{
"mcpServers": {
"trello": {
"command": "node",
"args": ["/path/to/trello-mcp-server/dist/index.js"],
"env": {
"TRELLO_API_KEY": "your-api-key",
"TRELLO_TOKEN": "your-token"
}
}
}
}Usage Examples
Once configured, you can ask Claude things like:
"Show me all my Trello boards"
"List the cards in my Sprint board's To Do column"
"Create a card called 'Fix login bug' in the Backlog list"
"Move that card to the In Progress list"
"Add a checklist with testing steps to that card"
"What's been happening on the project board this week?"
"Search for any cards about the API redesign"
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
- 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-qualityBmaintenanceMCP server for Trello that enables comprehensive management of boards, cards, lists, labels, checklists, attachments, members, custom fields, and search through natural language.Last updated103MIT
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that connects Trello to Claude Code. Manage your boards, lists, cards, checklists, and more — all through natural language.Last updated631MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP server for generating rough-draft project plans from natural-language prompts.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
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/rdeprey/trello-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server