Back to MCP Servers
Trello
Interact with Trello boards, lists, and cards for project management and task tracking
trelloproject-managementkanbancommunity
By delorenj
Installation
npx mcp-server-trelloConfiguration
{
"mcpServers": {
"trello": {
"command": "npx",
"args": ["-y", "mcp-server-trello"],
"env": {
"TRELLO_API_KEY": "your-trello-api-key",
"TRELLO_TOKEN": "your-trello-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes