Reassign β circular 24-hour calendar & time-tracking copilot with ADHD-friendly scheduling.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Reassign: a circular 24-hour day planner. One capability, five package forms, one canonical skill.
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.
| Form | How |
|---|---|
| Claude Code plugin | /plugin marketplace add reassignai/plugins β /plugin install reassign@reassign |
| Agent Plugin (VS Code, Cursor, Copilot, Codex, Kiro) | Install from source with the repo URL β e.g. VS Code's Chat: Install Plugin From Source β https://github.com/reassignai/plugins |
| Standalone skill | npx skills add reassignai/plugins |
| Claude.ai / ChatGPT connector | Add a custom connector pointing at https://reassign.app/api/mcp |
| npm (any stdio MCP client) | npx -y @reassign/mcp |
The skills/reassign-scheduling/ directory is the single source of truth: every
package form consumes it in place, with no copying.
The root plugin.json/mcp.json pair is Agent Plugins
1.0.0; .claude-plugin/plugin.json + .mcp.json is
the Claude Code format. Clients auto-detect by manifest path and read exactly
one pair, so both ship side by side. They are not copies of each other β the
same endpoint is "type": "streamable-http" under the spec and "type": "http"
for Claude Code, so scripts/build.sh checks each file's transport vocabulary
separately β and cross-checks that the two still name the same servers at the
same URLs, since a copy-paste and a one-sided URL move are both silent breaks.
Two independent trains, both checked by scripts/build.sh:
| Train | Files | What it tracks |
|---|---|---|
plugin | plugin.json, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, SKILL.md | the skill and its manifests |
package | package.json, server.json | the npm shim + registry entry, released on a v* tag |
https://reassign.app/api/mcpApache-2.0 Β© Pogled Naprej d.o.o.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/reassign)<a href="https://allmcps.com/mcp/reassign"><img src="https://allmcps.com/api/badge/reassign?style=directory" alt="Reassign on AllMCPs" /></a>