Provide integration with Trello boards, allowing developers to integrate their kanban boards directly to the IDE.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"TRELLO_TOKEN": "your-token",
"TRELLO_API_KEY": "your-api-key",
"TRELLO_WORKSPACE_ID": "optional-default-workspace-id"
},
"args": [
"-y",
"mcp-server-trello"
],
"command": "npx"
}