Trello MCP Server
Rank #45,951io.github.BillNobill/trello-mcp-server
Trello Model Context Protocol (MCP) Server for AI Agents
Trello MCP Server is a Model Context Protocol (MCP) server published by billnobill. It ranks #45,951 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Trello MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 14, 2026 and most recently updated on Jul 11, 2026.
Ranks ahead of 86,162 of 132,113 servers on MCP Toplist.
Use Trello MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add trello-mcp-server -e "TRELLO_API_KEY=<your TRELLO_API_KEY>" -e "TRELLO_TOKEN=<your TRELLO_TOKEN>" -e "TRELLO_BASE_URL=<your TRELLO_BASE_URL>" -- npx -y @billnobill/trello-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.trello-mcp-server]
command = "npx"
args = ["-y", "@billnobill/trello-mcp-server"]
[mcp_servers.trello-mcp-server.env]
TRELLO_API_KEY = "<your TRELLO_API_KEY>"
TRELLO_TOKEN = "<your TRELLO_TOKEN>"
TRELLO_BASE_URL = "<your TRELLO_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello-mcp-server": {
"command": "npx",
"args": [
"-y",
"@billnobill/trello-mcp-server"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>",
"TRELLO_BASE_URL": "<your TRELLO_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello-mcp-server": {
"command": "npx",
"args": [
"-y",
"@billnobill/trello-mcp-server"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>",
"TRELLO_BASE_URL": "<your TRELLO_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"trello-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@billnobill/trello-mcp-server"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>",
"TRELLO_BASE_URL": "<your TRELLO_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello-mcp-server": {
"command": "npx",
"args": [
"-y",
"@billnobill/trello-mcp-server"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>",
"TRELLO_BASE_URL": "<your TRELLO_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trello-mcp-server": {
"command": "npx",
"args": [
"-y",
"@billnobill/trello-mcp-server"
],
"env": {
"TRELLO_API_KEY": "<your TRELLO_API_KEY>",
"TRELLO_TOKEN": "<your TRELLO_TOKEN>",
"TRELLO_BASE_URL": "<your TRELLO_BASE_URL>"
}
}
}
}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.BillNobill%2Ftrello-mcp-server)<a href="https://mcptoplist.com/server/io.github.BillNobill%2Ftrello-mcp-server"><img src="https://mcptoplist.com/badge/io.github.BillNobill%2Ftrello-mcp-server.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
billnobill
Other servers by billnobill
View all billnobill servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Jul 11, 2026 |
Frequently asked questions
- Who maintains Trello MCP Server?
- Trello MCP Server is maintained by billnobill, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Trello MCP Server listed on the Official MCP Registry?
- Yes — Trello MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Trello MCP Server have?
- MCP Toplist tracks 1 version of Trello MCP Server, most recently published on Jul 11, 2026.
- Where can I find the source code for Trello MCP Server?
- The source code for Trello MCP Server is hosted at github.com/billnobill/trello-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.