Visual project management
Organize projects with boards, lists, and cards using Trello API.
{
"mcpServers": {
"trello": {
"env": {
"TRELLO_TOKEN": "your_token",
"TRELLO_API_KEY": "your_key"
},
"args": [
"-y",
"@trello/mcp-server"
],
"command": "npx"
}
}
}TRELLO_TOKENyour_tokenTRELLO_API_KEYyour_key