Trello MCP Server
@MCP-Mirror
About Trello MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"m0xai_trello-mcp-server": {
"command": "uv",
"args": [
"run",
"mcp",
"install",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Trello MCP Server?
An MCP server that lets AI hosts like Claude Desktop read and manage Trello boards, lists, and cards using natural language. Designed for users who want to interact with their Trello workspace through AI assistants.
How to use Trello MCP Server?
Install Python 3.12+, uv, Claude Desktop, and Trello API credentials. Clone the repository, set API key and token in a .env file, then run uv run mcp install main.py and restart Claude Desktop. Afterwards, ask Claude queries like "Show me all my boards" or "Create a new card in list [list] with title [title]".
Key features of Trello MCP Server
- Read all boards and board details.
- Create, update, and archive lists.
- Create, update, and delete cards.
- Read all cards and card details.
- Works with Claude Desktop via MCP.
- Uses Trello API for authentication.
Use cases of Trello MCP Server
- Browse all Trello boards and their lists.
- Add new cards to a list without leaving a conversation.
- Rename or archive lists to reorganize a board.
- Update card descriptions or attributes through chat.
FAQ from Trello MCP Server
How do I obtain my Trello API key and token?
Go to Trello Apps Administration, create a new integration, and copy the API key. Then manually generate a token from the same page.
What are the prerequisites?
Python 3.12 or higher, the uv package manager, the Claude Desktop app, and a Trello account with API credentials.
How do I install the Trello MCP Server?
Clone the repository, rename .env.example to .env and insert your API key and token, then run uv run mcp install main.py and restart Claude Desktop.
How can I troubleshoot issues?
Verify your .env credentials, ensure you have proper Trello workspace permissions, update Claude to the latest version, and check logs with uv run mcp dev main.py.
Frequently asked questions
How do I obtain my Trello API key and token?
Go to Trello Apps Administration, create a new integration, and copy the API key. Then manually generate a token from the same page.
What are the prerequisites?
Python 3.12 or higher, the uv package manager, the Claude Desktop app, and a Trello account with API credentials.
How do I install the Trello MCP Server?
Clone the repository, rename `.env.example` to `.env` and insert your API key and token, then run `uv run mcp install main.py` and restart Claude Desktop.
How can I troubleshoot issues?
Verify your `.env` credentials, ensure you have proper Trello workspace permissions, update Claude to the latest version, and check logs with `uv run mcp dev main.py`.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Glasswarp
GlasswarpSee and control a real Windows PC you own β from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments