What is the Trello MCP Server MCP server?
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
How to install Trello MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TRELLO_API_KEYrequiredsecretAPI key from Trello Power-Up admin (https://trello.com/power-ups/admin)
TRELLO_TOKENrequiredsecretUser token generated for your Trello API key
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trello": {
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"trello": {
"type": "stdio",
"command": "uvx",
"args": [
"trello-mcp"
],
"env": {
"TRELLO_API_KEY": "<YOUR_TRELLO_API_KEY>",
"TRELLO_TOKEN": "<YOUR_TRELLO_TOKEN>"
}
}
}
}Claude Code
claude mcp add trello --env TRELLO_API_KEY=<YOUR_TRELLO_API_KEY> --env TRELLO_TOKEN=<YOUR_TRELLO_TOKEN> -- uvx trello-mcpRelated MCP servers
Database MCP server for MySQL, PostgreSQL, MongoDB, and SQLite with SSH tunneling support.
View repository →Check domain availability across 500+ TLDs. Single and bulk checks with UI.
View repository →Manage GA4 properties, data streams, conversions, and run reports via Admin & Data APIs.
View repository →Italian open data: municipalities, provinces, regions, postal codes, coordinates.
View repository →MCP server for Nexi XPay Back Office APIs: orders, transactions, warnings.
View repository →