Connect to AI

Household tasks, in the AI tools you already use

Sequence exposes an authenticated MCP server so Claude, Cursor, and ChatGPT (where they support it) can see Up Next and help with household tasks — without dumping another list on you.

No credit card to start · $6/mo or $59/yr · US & Canada

What MCP means, in plain language

MCP is a quiet handshake. Sequence runs a small server at https://sequenceapp.life/mcp. You mint a personal API key in the app. The assistant you already talk to can then ask Sequence what’s on the household list — and help add or move a task — instead of you copying the same chore into a second app.

It does not replace Sequence. The household still has one shared flow: one Up Next, member colors, and the kitchen TV if you use it. The assistant is just another way to talk to that same list.

A secondary door for builders

If you already live in Claude Code or Cursor, this is a calm extra: say “what’s Up Next?” or “add bins Tuesday” where the thought happens. You do not need to be a developer to try Sequence itself — the editor and TV display work without any of this.

Privacy, keys, and what we don’t do

You generate an API key in-app. It is shown once. Anyone holding it can read and change that household’s list, so treat it like a password. Revoke it anytime on the connect page — the next call with that key is refused.

Sequence does not train on your tasks for ads. Household data stays in your household. Details live in our Privacy Policy.

This public page explains the connection. Keys are created only when you are signed in, at app.sequenceapp.life/connect. /connect-to-ai redirects here.

Install snippets

Create a key first, then swap YOUR_KEY in the snippet. Claude Code works today with a key. Cursor and other HTTP MCP clients use the same URL plus a Bearer header. ChatGPT’s consumer app is still catching up — where a custom MCP server is supported, use the same address.

Claude Code
claude mcp add --transport http --scope user sequence https://sequenceapp.life/mcp --header "Authorization: Bearer YOUR_KEY"

Then ask Claude: what’s on my Sequence list today?

Cursor / generic HTTP MCP
https://sequenceapp.life/mcp

Transport: HTTP. Header: Authorization: Bearer YOUR_KEY.

Cursor mcp.json shape
{
  "mcpServers": {
    "sequence": {
      "url": "https://sequenceapp.life/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_KEY"
      }
    }
  }
}

Mint and revoke keys here: Get your MCP key. Keep keys out of screenshots and shared repos.

What this is not

It is not another inbox. It is not a way for Sequence to scrape your chats. And it is not required to use the product — most households will just open the editor, do the next card, and glance at the TV.

Offer

One household plan: $6/mo or $59/yr. 14-day trial, no card. Available in the US and Canada.

Try the household first. Connect an assistant when you want.

14 days free. No credit card. The MCP key waits in the app until you’re ready.