Trello MCP (m0xai)
ProductivitySimple yet powerful MCP server for Trello board and card management.
Quick Install
uvx trello-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"trello-mcp-m0xai": {
"command": "uvx",
"args": [
"trello-mcp"
]
}
}
}