> Connect Reassign to Claude, ChatGPT & more
> Connect Reassign over MCP: a custom connector for Claude.ai and ChatGPT, the Claude Code plugin, or the npm shim for any stdio client. Copy, paste, done.
> Canonical page: https://reassign.ai/connect. Auto-generated from that page at build; do not edit by hand, see scripts/generate-md-mirrors.mjs.

**Connect**

# Connect Reassign to your AI.

Reassign is an MCP server. Add it to Claude or ChatGPT as a custom connector, drop in the Claude Code plugin, or run the npm shim from any stdio client. Every value below is copy-and-paste.

### Claude & ChatGPT (custom connector)

1.  #### Open your AI's connector settings

    In [Claude](https://claude.ai) (web or desktop) or [ChatGPT](https://chatgpt.com), go to **Settings → Connectors** and click **Add custom connector**.

2.  #### Add a custom connector

    Fill in the form, then click **Add**:

    -   Name: Reassign
    -   Remote MCP server URL:  `https://reassign.app/api/mcp`

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.  #### Install Claude Code

    Follow Anthropic's [quickstart for Claude Code](https://docs.claude.com/en/docs/claude-code/quickstart).

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.  #### 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.  #### 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.  #### 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 →](https://reassign.ai/mcp)

MCP is part of [Pro](https://reassign.ai/pricing). Start a free 7-day trial, no card to begin.
