Reassign MCP Server

Reassign — circular 24-hour calendar & time-tracking copilot with ADHD-friendly scheduling.

Local serverstdio

What is the Reassign MCP server?

Reassign — circular 24-hour calendar & time-tracking copilot with ADHD-friendly scheduling. That is what the reassign mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Reassign plans, edits, and reviews your day on a circular 24-hour calendar. It applies ADHD-friendly time-management methods as concrete edits to the dial, not advice recited back at you. The same scheduling capability ships in several package forms, all backed by one canonical skill and the Reassign MCP.

Getting it running

skills on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

The tools it exposes

The server publishes 2 tools. What each one is for:

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Reassign's toolset — Website, Form — is a fair guide to whether it matches your workflow. It is maintained by app.reassign; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
Website[reassign.ai](https://reassign.ai)
FormHow

How to install the Reassign MCP server

{
  "mcpServers": {
    "reassign": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Reassign to Website.
  • Use Reassign to Form.

Frequently asked questions

It connects Reassign to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Website, Form) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Reassign directly.