Trello
Where to issue a Trello API key + token and connect them to Nora.Trello integrations let your agents read/write boards, lists, and cards. Trello uses a two-part credential — an API Key that identifies the app and a Token that authorizes access to the user’s data.
Where to apply for credentials
Trello — Power-Ups Admin
trello.com/power-ups/admin
Create a Power-Up
Open Power-Ups Admin → Create Power-Up. This is how Trello issues an API Key. Name it (e.g. “Nora”).
Connect in Nora
Paste the API Key and Token. Optionally set a default board ID (from any board’s URL — the segment after/b/). Nora calls GET /1/members/me?key=...&token=... and reports the username.
MCP server
No official Trello MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
TRELLO_TOKEN | Token field |
TRELLO_API_KEY | API Key field |

