Monday.com
Where to issue a Monday.com personal API token and connect it to Nora.Monday.com integrations let your agents read and write boards, items, and updates via Monday’s GraphQL API. Nora authenticates by passing the token in the
Authorization header (no Bearer prefix — Monday’s docs are explicit on this).
Where to apply for credentials
Monday.com — Developer settings
Avatar → Developers → My Access Tokens
Show or generate a token
Click Show to reveal your existing personal token, or generate a fresh one.
Connect in Nora
Paste the token. Nora POSTs{ me { name } } to https://api.monday.com/v2 to verify it.
Limitations
Personal tokens grant whatever permissions the user has. For tighter scoping, register a Monday Apps OAuth app — Nora’s current integration uses the personal-token model.MCP server
No official Monday.com MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
MONDAY_API_KEY | API Token field |

