Trello MCP (v4lheru)
ProductivityTrello MCP server for AI assistants to manage boards, lists, and cards with rate limiting and error handling.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"trello-mcp-v4lheru": {
"command": "npx",
"args": [
"-y",
"trello-mcp-server"
]
}
}
}