Hand your day to Claude.
Reassign is an MCP server. Connect Claude (or any MCP client) and it reads your day and reshapes it with the same moves you’d make by hand. You watch every change land on the dial.
- 1
Connect.
Authorise Claude from your Reassign account. It’s an OAuth grant you can revoke at any time. (Pro.)
- 2
Ask.
Talk to it like a planner: “What does my afternoon look like?” · “Find 45 minutes before lunch to prep.” · “Push everything after 3 back an hour.”
- 3
Watch.
Claude calls the planner’s tools. Events appear, move, and resize on your dial in real time. It tells you what it changed and why.
Ask in plain language. Watch the dial answer.
Eight tools, the same moves you’d make by hand.
Reassign exposes 8 tools over MCP. They are the same operations the app runs when you drag a block. Three groups:
Read your day
get_context pulls the current time, today’s events, your free slots, and your areas and activity types in one call, so Claude knows your day before it touches it.
get_contextfind_eventfind_free_slots
Reshape your day
write_events creates, updates, deletes, moves (reschedule, keep the duration), shifts (nudge ± minutes), or clears events — one or many in a single atomic batch. write_taxonomy shapes your system: areas and activity types.
write_eventswrite_taxonomy
Plan in plain language
schedule places work from a natural-language time and proposes a slot; commit confirms it. Changed your mind? undo rolls a recent change back.
schedulecommitundo
Scoped, revocable, and reversible by design.
- OAuth grants
- Connect per client; revoke any one at any time from your account.
- Scopes
- Each grant is
events:read,events:write, or both. Scopes are enforced per tool, so a read-only grant can never change your day. - Propose, then commit
- Natural-language planning runs
schedule→commit, so nothing lands until you confirm. - A 30-minute undo window
- Don’t like a change? Say so, and
undorolls it back. - Standard MCP over HTTP
- At
https://reassign.app/api/mcp, with OAuth auto-discovered.
Connect Claude in under a minute.
Add Reassign as a custom connector in Claude, or one command in Claude Code. Either way you sign in once and pick your scopes. (Pro.)
- 1
Go to Claude
Open Claude in your browser or desktop app at claude.ai.
- 2
Open Connectors
Go to Settings → Connectors, then click Add custom connector.
- 3
Add a custom connector
Fill in the form, then click Add:
- NameReassign
- Remote MCP server URL
https://reassign.app/api/mcp
- 4
Connect and approve access
Click Connect, sign in to Reassign if prompted, choose your scopes (
events:read,events:write, or both), and approve.
- 1
Install Claude Code
Follow Anthropic's quickstart for Claude Code.
- 2
Add the Reassign MCP server
Run this command to add Reassign to Claude Code:
claude mcp add --transport http reassign https://reassign.app/api/mcp - 3
Authenticate with Reassign
Start a session, run
/mcp, select the Reassign server, then sign in and approve access (chooseevents:read,events:write, or both)./mcp
Try it out
Once you're connected, talk to Claude 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.
Tell Claude what your day needs. Watch the dial answer.
MCP is part of Pro, included in your 14-day trial.