Trello MCP Server✓
io.github.stucchi/trello · v1.6.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.stucchi/trello",
"description": "MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more",
"title": "Trello MCP Server",
"repository": {
"url": "https://github.com/stucchi/trello-mcp",
"source": "github"
},
"version": "1.6.0",
"icons": [
{
"src": "https://raw.githubusercontent.com/stucchi/trello-mcp/main/assets/icon.png",
"mimeType": "image/png",
"sizes": [
"1024x1024"
]
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "trello-mcp",
"version": "1.6.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from Trello Power-Up admin (https://trello.com/power-ups/admin)",
"isRequired": true,
"isSecret": true,
"name": "TRELLO_API_KEY"
},
{
"description": "User token generated for your Trello API key",
"isRequired": true,
"isSecret": true,
"name": "TRELLO_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}