Trello MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 142 installs a week from pypi. Last commit 31 Mar 2026.
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add trello -- uvx trello-mcp
{
"mcpServers": {
"trello": {
"args": [
"trello-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.trello]
command = "uvx"
args = ["trello-mcp"]
{
"mcpServers": {
"trello": {
"args": [
"trello-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"trello": {
"args": [
"trello-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.