Trello MCP (kocakli)
ProductivityTrello Desktop MCP server enabling Claude Desktop to interact with Trello boards via natural language.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"trello-desktop-mcp": {
"command": "npx",
"args": [
"-y",
"trello-mcp"
]
}
}
}