Trello
Rank #21,023io.github.stucchi/trello
MCP server providing trello capabilities
Trello is a Model Context Protocol (MCP) server published by stucchi. It ranks #21,023 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Trello is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 94,568 of 115,591 servers on MCP Toplist.
Use Trello
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add trello -e "TRELLO_API_KEY=<your TRELLO_API_KEY>" -e "TRELLO_TOKEN=<your TRELLO_TOKEN>" -- uvx trello-mcpReplace each placeholder with your own value before saving.
[mcp_servers.trello]
command = "uvx"
args = ["trello-mcp"]
[mcp_servers.trello.env]
TRELLO_API_KEY = "<your TRELLO_API_KEY>"
TRELLO_TOKEN = "<your TRELLO_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"trello": {
"type": "stdio",
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.stucchi%2Ftrello)<a href="https://mcptoplist.com/server/io.github.stucchi%2Ftrello"><img src="https://mcptoplist.com/badge/io.github.stucchi%2Ftrello.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
stucchi
Other servers by stucchi
- Db#18,017 · 12 vers
- MCP Advisor#25,877 · 9 vers
- Domain Check#35,347 · 4 vers
- Italy Opendata#38,647 · 3 vers
- Nexi Xpay#38,648 · 3 vers
- Google Analytics#43,436 · 2 vers
- Telnyx#44,428 · 2 vers
Available versions (8)
| Version | Published |
|---|---|
| 1.6.0 | Mar 31, 2026 |
| 1.5.0 | Mar 31, 2026 |
| 1.4.0 | Mar 9, 2026 |
| 1.3.0 | Mar 8, 2026 |
| 1.2.0 | Mar 3, 2026 |
| 1.1.1 | Mar 2, 2026 |
| 1.0.0 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Trello?
- Trello is maintained by stucchi, which publishes 8 MCP servers (43 total versions) tracked on MCP Toplist.
- Is Trello listed on the Official MCP Registry?
- Yes — Trello is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Trello have?
- MCP Toplist tracks 8 versions of Trello, most recently published on Mar 31, 2026.
- Where can I find the source code for Trello?
- The source code for Trello is hosted at github.com/stucchi/trello-mcp.