MCP Server
MCP
Trello
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
Install
uvx trellio-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "trellio-mcp",
"version": "0.12.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Trello API Key (from https://trello.com/power-ups/admin)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRELLO_API_KEY"
},
{
"description": "Trello API Token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TRELLO_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment