AI assistant
Connect your AI assistant to Tuesday
Bring your own Claude, Codex, or any MCP-compatible client into Tuesday. Ask it to pull up a board, triage a list, fill in updates, or leave a comment — it works directly in your boards, as you, with your permission.
Your connection URL
https://tuesday.nocodeminute.com/mcpIt can
- Read your boards, groupings, columns, and items
- Search and summarize your items
- Create new items and set their field values
- Update existing items
- Read and post item comments
It can't
- Delete boards, groupings, columns, or items
- Add, remove, or change board members
- Access billing, subscriptions, or payment details
- See anything you can't already see yourself
How to connect
Claude
- 1. In Tuesday, go to Integrations → AI assistant and copy your connection URL.
- 2. In Claude, open Settings → Connectors → Add custom connector.
- 3. Paste the URL and connect. Claude opens a Tuesday sign-in and consent screen.
- 4. Review what it can do and click Allow access. Done.
Codex
- 1. Add Tuesday as an MCP server. In the Codex CLI run
codex mcp add(or use the “Add MCP server / plugin” option in the Codex app or IDE extension). - 2. Name it Tuesday, choose Streamable HTTP, and paste your connection URL. Leave auth headers empty — Tuesday uses OAuth.
- 3. Sign in with
codex mcp login tuesday(or click Authenticate in the app). Approve on the Tuesday consent screen. - 4. Start a session and run
/mcpto confirm Tuesday's tools are connected.
Any other MCP client
Add Tuesday as a remote Streamable HTTP MCP server with your connection URL. The client registers automatically and opens the Tuesday consent screen — sign in and approve.
The AI discovers your boards through its tools — ask it in plain language (“list my boards”, “add a task to Launch Plan”) and it figures out the rest.
Security
You authorize each connection yourself. Connecting uses OAuth 2.1 with PKCE — you sign in on Tuesday's own page (your AI never sees your password) and approve an explicit consent screen before anything is granted.
It acts as you, and only as you. The AI has exactly your permissions on exactly the boards you can access — no more. Every action is checked against the same rules the app enforces.
Safe by design.The connection can read and make reversible changes (create/update items, comments). It has no ability to delete, change who's on a board, or touch billing.
Revoke anytime. Disconnect any client in one click from Integrations → AI assistant. Access tokens are short-lived and stored only as hashes.