Hand your day to Claude.
Reassign is an MCP server. Connect Claude (or any MCP client) and it reads your real day and reshapes it with the same moves you’d make by hand. Every change lands on your dial, live.
- 1
Connect.
Authorise Claude from your Reassign account. It’s an OAuth grant. Pull it back 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.
Events appear, move, and resize on your dial in real time, and Claude tells you what changed and why.
Ask in plain language. Watch the dial answer.
Thirteen tools, the same moves you’d make by hand.
Reassign exposes 13 tools over MCP: the same operations the app runs when you drag a block.
Read your day
get_schedule pulls your whole day in one call: current time, events, free slots, areas, activity types. Claude knows your day before it touches it. find_event looks a block up by name. get_weather reads the forecast around the ring. get_energy reads your energy curve: today’s peaks and dips, and where you are right now.
get_schedulefind_eventget_weatherget_energy
Reshape your day
write_events creates, updates, moves, or nudges events, one or many, in a single atomic batch. delete_events removes them, reversibly. manage_categories shapes your areas and activity types. manage_backlog parks blocks with no time yet and pulls them onto the dial when you’re ready.
write_eventsdelete_eventsmanage_categoriesmanage_backlog
Plan in plain language
schedule turns plain-language time into a conflict-free proposal. confirm_schedule lands it. Changed your mind? undo rolls it back, up to 30 minutes later.
scheduleconfirm_scheduleundo
Show it, and look back
show_day renders the real 24-hour dial right in the chat, in your theme. review_day reads a past day back: your plan against the day you actually lived.
show_dayreview_day
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 confirm
- Natural-language planning runs
schedule→confirm_schedule, 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.
“I was nervous about an AI touching my calendar. It proposed, waited for my yes, and I've never reached for undo.”
Connect Claude in under a minute.
One custom connector in Claude, or one command in Claude Code. Sign in once, pick your scopes. (Pro.)
Claude & ChatGPT (custom connector)
- 1
- 2
Add a custom connector
Fill in the form, then click Add:
- NameReassign
- 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.
- 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 (chooseevents: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 athttps://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.
Tell Claude what your day needs. Watch the dial answer.
MCP is part of Pro, included in your 7-day trial.