MCP Server
MCP
Trello MCP Server
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
Install
uvx trello-mcp
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment