Trello MCP (delorenj)
ProductivityMCP server providing tools for interacting with Trello boards, lists, and cards.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"trello-mcp-delorenj": {
"command": "npx",
"args": [
"-y",
"@delorenj/mcp-server-trello"
]
}
}
}