Best for
- Teams that need AI agents to access Trello and manage project tasks.
- Developers who want to automate board workflows with AI assistants.
This server provides comprehensive Trello integration with 57 tools covering checklists, attachments, comments, and custom fields. It supports dynamic board and workspace selection and built-in rate limiting. The only potential drawback is reliance on Bun and high-level API credentials.
A Model Context Protocol (MCP) server that gives AI agents full access to your Trello boards — cards, lists, checklists, attachments, comments, custom fields, and workspaces — with built-in rate limiting, type safety, and workflow-level tools you won't find in a plain API wrapper, like acceptance-criteria extraction and checklist dependency queries. 57 tools, one npx install, powered by Bun.
{
"mcpServers": {
"trello": {
"command": "bunx",
"args": [
"@delorenj/mcp-server-trello"
],
"env": {
"TRELLO_API_KEY": "your-trello-api-key",
"TRELLO_TOKEN": "your-trello-token"
}
}
}
}