
m0xai_trello-mcp-server
Mirror ofhttps://github.com/m0xai/trello-mcp-server
3 years
Works with Finder
0
Github Watches
0
Github Forks
0
Github Stars
Trello MCP Server
A powerful MCP server for interacting with Trello boards, lists, and cards via AI Hosts.
Table of Contents
- Table of Contents
- Prerequisites
- Pre-installation
- Installation
- Capabilities
- Detailed Capabilities
- Usage
- Troubleshooting
- Contributing
Prerequisites
- Python 3.12 or higher, can easly managed by
uv
- Claude for Desktop installed
- Trello account and API credentials
- uv package manager installed
Pre-installation
- Make sure you have installed Claude Desktop App
- Make sure you have already logged in with your account into Claude.
- Start Claude
Installation
-
Set up Trello API credentials:
- Go to Trello Apps Administration
- Create a new integration at New Power-Up or Integration
- Fill in your information (you can leave the Iframe connector URL empty) and make sure to select the correct Workspace
- Click your app's icon and navigate to "API key" from left sidebar.
- Copy your "API key" and on the right side: "you can manually generate a Token." click the word token to get your Trello Token.
-
Rename the
.env.example
file in the project root with.env
and set vairables you just got:
TRELLO_API_KEY=your_api_key_here
TRELLO_TOKEN=your_token_here
- Install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Clone this repository:
git clone https://github.com/m0xai/trello-mcp-server.git
cd trello-mcp-server
- Install dependencies and set server for Claude using uv::
uv run mcp install main.py
- Restart Claude Desktop app
Capabilities
Operation | Board | List | Card |
---|---|---|---|
Read | ✅ | ✅ | ✅ |
Write | ❌ | ✅ | ✅ |
Update | ❌ | ✅ | ✅ |
Delete | ❌ | ✅ | ✅ |
Detailed Capabilities
Board Operations
- ✅ Read all boards
- ✅ Read specific board details
List Operations
- ✅ Read all lists in a board
- ✅ Read specific list details
- ✅ Create new lists
- ✅ Update list name
- ✅ Archive (delete) lists
Card Operations
- ✅ Read all cards in a list
- ✅ Read specific card details
- ✅ Create new cards
- ✅ Update card attributes
- ✅ Delete cards
Usage
Once installed, you can interact with your Trello boards through Claude. Here are some example queries:
- "Show me all my boards"
- "What lists are in board [board_name]?"
- "Create a new card in list [list_name] with title [title]"
- "Update the description of card [card_name]"
- "Archive the list [list_name]"
Troubleshooting
If you encounter issues:
- Verify your Trello API credentials in the
.env
file - Check that you have proper permissions in your Trello workspace
- Ensure Claude for Desktop is running the latest version
- Check the logs for any error messages with
uv run mcp dev main.py
command. - Make sure uv is properly installed and in your PATH
Contributing
Feel free to submit issues and enhancement requests!
相关推荐
I find academic articles and books for research and literature reviews.
Converts Figma frames into front-end code for various mobile frameworks.
Confidential guide on numerology and astrology, based of GG33 Public information
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Advanced software engineer GPT that excels through nailing the basics.
Delivers concise Python code and interprets non-English comments
💬 MaxKB is a ready-to-use AI chatbot that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
MCP server to provide Figma layout information to AI coding agents like Cursor
Reviews

user_s6sDqOBN
The m0xai_trello-mcp-server by MCP-Mirror is an essential tool for integrating Trello with MCP systems. Seamlessly bridging these platforms, it significantly boosts productivity and task management efficiency. As an enthusiastic MCP user, I highly recommend this server. Check it out on GitHub!