Installation & Configuration
{
"mcp": {
"servers": {
"trello-mcp": {
"command": "node",
"args": [
"absolute/path/to/the/project/dist/index.js"
],
"env": {
"TRELLO_API_KEY": "your_api_key",
"TRELLO_TOKEN": "your_token",
"TRELLO_BASE_URL": "https://api.trello.com/1"
}
}
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13