MCP Server Trello
Rank #902io.github.delorenj/mcp-server-trello
MCP server for Trello boards with rate limiting, type safety, and comprehensive API integration.
MCP Server Trello is a Model Context Protocol (MCP) server published by delorenj. It ranks #902 of 115,460 servers tracked on MCP Toplist, and its repository has 435 GitHub stars. MCP Server Trello is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Jan 3, 2025 and most recently updated on Jul 25, 2026.
Ranks ahead of 114,558 of 115,460 servers on MCP Toplist.
Use MCP Server Trello
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-trello -e "TRELLO_API_KEY=<your TRELLO_API_KEY>" -e "TRELLO_TOKEN=<your TRELLO_TOKEN>" -- npx -y @delorenj/mcp-server-trelloReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-trello]
command = "npx"
args = ["-y", "@delorenj/mcp-server-trello"]
[mcp_servers.mcp-server-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": {
"mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"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": {
"mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"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": {
"mcp-server-trello": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"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": {
"mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"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": {
"mcp-server-trello": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
],
"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.delorenj%2Fmcp-server-trello)<a href="https://mcptoplist.com/server/io.github.delorenj%2Fmcp-server-trello"><img src="https://mcptoplist.com/badge/io.github.delorenj%2Fmcp-server-trello.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
delorenj
Other servers by delorenj
- MCP Server for Ticketmaster Events#12,428
- MCP Memory Server with Qdrant Persistence#17,729
- Super Windows CLI MCP Server#21,097 · 1 ver
- mcp-server-gohilvl#39,547
- mcp-software-consultant#59,916
- 33GOD Pipeline MCP Hub#61,265
- Tauri MCP Server#98,054
- Wise Mise MCP#98,055
Available versions (4)
| Version | Published |
|---|---|
| 1.8.1 | Jul 25, 2026 |
| 1.5.6 | Sep 24, 2025 |
| 1.5.5 | Sep 21, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server Trello?
- MCP Server Trello is maintained by delorenj, which publishes 9 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Server Trello listed on the Official MCP Registry?
- Yes — MCP Server Trello is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does MCP Server Trello have?
- MCP Toplist tracks 4 versions of MCP Server Trello, most recently published on Jul 25, 2026.
- Where can I find the source code for MCP Server Trello?
- The source code for MCP Server Trello is hosted at github.com/delorenj/mcp-server-trello.