Connect Reassign to your AI.

Claude & ChatGPT (custom connector)

  1. 1

    Open your AI's connector settings

    In Claude (web or desktop) or ChatGPT, go to Settings → Connectors and click Add custom connector.

  2. 2

    Add a custom connector

    Fill in the form, then click Add:

    • NameReassign
    • Remote MCP server URL https://reassign.app/api/mcp
  3. 3

    Connect and approve access

    Click Connect, sign in to Reassign if prompted, choose your scopes (events:read, events:write, or both), and approve.

Claude Code (plugin)

  1. 1

    Install Claude Code

    Follow Anthropic's quickstart for Claude Code.

  2. 2

    Add the marketplace, then install

    Run these in a Claude Code session. The first adds Reassign's plugin marketplace; the second installs the scheduling plugin (skill + MCP connector):

    /plugin marketplace add reassignai/plugins
    /plugin install reassign@reassign
  3. 3

    Authenticate with Reassign

    Run /mcp, select the Reassign server, then sign in and approve access (choose events:read, events:write, or both).

    /mcp

npm / any stdio MCP client

  1. 1

    Point your client at the npm shim

    Any MCP client that speaks stdio (Cursor, Windsurf, custom agents…) can run the published shim. Add it as an MCP server with this command:

    npx -y @reassign/mcp
  2. 2

    Authenticate with Reassign

    On first run the shim opens an OAuth flow: sign in to Reassign and choose your scopes (events:read, events:write, or both). It talks to the same MCP server at https://reassign.app/api/mcp.

Try it out

Once you're connected, talk to your AI like a planner:

  • Show me what my afternoon looks like.
  • Find 45 minutes before lunch to prep for my doctor's appointment.
  • Push everything after 3pm back an hour, and protect 90 minutes for the side project tonight.

Want the thirteen tools, the scopes, and the 30-minute undo? See how Reassign works with Claude →

MCP is part of Pro. Start a free 7-day trial, no card to begin.