Can AI agents automate Trello?
Atlassian · saas · work-managementcollaborationproductivity
Trello is automatable today through its REST API at api.trello.com/1. Boards, lists, cards, actions, members, and webhooks are read/write under a user's token. Applications identify themselves with a public API key from a Power-Up and obtain a user token through the 1/authorize delegated flow or OAuth 1.0. Tokens should be kept secret; Trello documents query-parameter, Authorization-header, and PUT/POST-body delivery. Rate limits are 300 requests per 10 seconds per key and 100 per 10 seconds per token, with 429 responses when exceeded. Webhooks POST signed JSON when a watched model changes. This record is Trello only. Jira, Confluence, and Atlassian Rovo MCP are separate identities. Atlassian also hosts a first-party Trello MCP server at https://mcp.trello.com/v1. It uses OAuth 2.0 consent, is limited to one workspace per connection at launch, respects existing Trello permissions, and does not support destructive delete or API-token MCP auth. Current tools cover members, workspaces, boards, lists, cards, checklists, search, Inbox, and Planner; comments, attachments, custom fields, and activity history are documented as coming later. Independent third-party MCP servers also wrap the REST API. A first-party CLI, workflow-connector catalogs, and computer-use viability were not established.
Best path today: api · Overall automatability: 8/10
Modalities
| Modality | Status | Detail |
|---|---|---|
| API | yes | restapi-key-tokenoauth1 coverage: partial · docs |
| SDK | yes | javascript official: yes |
| MCP | yes | verdict: official mcp-server-trello · maintained: True |
| Integrations | unknown | |
| CLI | unknown | |
| Extensibility | yes | client-jspower-ups webhooks: True |
| Data access | export: api-json, board-export · import: api-json | |
| RPA / UI automation | unknown | web-dom No repeatable UI probe was run. The Trello REST API, webhooks, client.js, and the first-party remote MCP server cover board, list, and card automation without browser control.
|
| Computer use | unknown | measured verdicts only — "unknown" means not yet probed by us |
Scores
| api | mcp | integrations | cli | rpa | computer use | overall |
|---|---|---|---|---|---|---|
| 8 | 7 | — | — | — | — | 8 |
Evidence
| Fact | Tier | Source | Date |
|---|---|---|---|
homepage | declared | source | 2026-09-13 |
license | declared | source | 2026-09-13 |
modalities.api.exists | declared | source | 2026-09-13 |
modalities.api.kinds[0] | declared | source | 2026-09-13 |
modalities.api.auth[0] | declared | source | 2026-09-13 |
modalities.api.auth[1] | declared | source | 2026-09-13 |
modalities.api.coverage | declared | source | 2026-09-13 |
modalities.sdk.exists | declared | source | 2026-09-13 |
modalities.sdk.languages[0] | declared | source | 2026-09-13 |
modalities.mcp.first_party | declared | source | 2026-09-13 |
modalities.mcp.third_party[0] | scraped | source | 2026-09-13 |
modalities.mcp.third_party[0] | scraped | source | 2026-09-13 |
modalities.extensibility.scripting[0] | declared | source | 2026-09-13 |
modalities.extensibility.scripting[1] | declared | source | 2026-09-13 |
modalities.extensibility.webhooks | declared | source | 2026-09-13 |
modalities.data_access.export[0] | declared | source | 2026-09-13 |
modalities.data_access.export[1] | declared | source | 2026-09-13 |
modalities.data_access.import[0] | declared | source | 2026-09-13 |
modalities.agent_docs.llms_txt | scraped | source | 2026-09-13 |
verdict.scores.api | declared | source | 2026-09-13 |
verdict.scores.mcp | declared | source | 2026-09-13 |
freshness.watch[0].url | declared | source | 2026-09-13 |
freshness.watch[1].url | declared | source | 2026-09-13 |
freshness.watch[2].url | declared | source | 2026-09-13 |
freshness.watch[3].url | scraped | source | 2026-09-13 |
Related tools
Other products in this database that share a category with Trello.
Last verified 2026-09-13 · volatility high · JSON record