MCP server for Trello board management
MCP server for Trello providing full board integration. Manage cards, lists, checklists, comments, and attachments through AI assistants.
{
"mcpServers": {
"trello": {
"mcpServers": {
"trello": {
"env": {
"TRELLO_TOKEN": "YOUR_TRELLO_TOKEN",
"TRELLO_API_KEY": "YOUR_TRELLO_API_KEY"
},
"args": [
"-y",
"mcp-server-trello"
],
"command": "npx"
}
}
}
}
}