Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ€– Coding Agents
  3. Reassign
Reassign logo
Health: ActiveRecent health check succeeded.Last checked 9/21/2026, 6:31:17 PM

Reassign

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Reassign β€” circular 24-hour calendar & time-tracking copilot with ADHD-friendly scheduling.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "reassign": {
      "command": "npx",
      "args": [
        "-y",
        "@reassign/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ€– More in Coding Agents

Documentation Overview

Reassign

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.

Install

FormHow
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 skillnpx skills add reassignai/plugins
Claude.ai / ChatGPT connectorAdd a custom connector pointing at https://reassign.app/api/mcp
npm (any stdio MCP client)npx -y @reassign/mcp

What's inside

server.ts
plugins/                                  ← repo root = plugin root
β”œβ”€β”€ plugin.json                           ← Agent Plugins 1.0.0 manifest
β”œβ”€β”€ mcp.json                              ← Agent Plugins MCP config (streamable-http)
β”œβ”€β”€ .claude-plugin/
β”‚   β”œβ”€β”€ plugin.json                       ← Claude Code manifest
β”‚   └── marketplace.json
β”œβ”€β”€ .mcp.json                             ← Claude Code MCP config (type "http")
β”œβ”€β”€ skills/
β”‚   └── reassign-scheduling/              ← canonical skill (every form, zero copy)
β”‚       β”œβ”€β”€ SKILL.md
β”‚       └── references/
β”‚           β”œβ”€β”€ adhd-methods.md
β”‚           β”œβ”€β”€ focus.md             ← focus intervals, live pauses, and saved rhythms
β”‚           β”œβ”€β”€ workflows.md
β”‚           β”œβ”€β”€ taxonomy.md
β”‚           β”œβ”€β”€ calendars.md          ← calendar and task-app sync, import policies, event kinds, mirroring
β”‚           β”œβ”€β”€ reflection.md         ← reviewing a past day: marks + adherence
β”‚           └── limits.md             ← subscription access, refusal codes, and retries
β”œβ”€β”€ server.json                           ← Official MCP Registry entry
β”œβ”€β”€ package.json                          ← npm client shim
β”œβ”€β”€ bin/reassign-mcp.js
β”œβ”€β”€ scripts/
β”‚   β”œβ”€β”€ build.sh                          ← validates manifests + version lockstep
β”‚   └── version.mjs                       ← reads/sets the two version trains
β”œβ”€β”€ .github/workflows/
β”‚   β”œβ”€β”€ publish-registry.yml
β”‚   └── publish-npm.yml
β”œβ”€β”€ README.md
└── LICENSE

The skills/reassign-scheduling/ directory is the single source of truth: every package form consumes it in place, with no copying.

Two manifests, on purpose

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.

Versions

Two independent trains, both checked by scripts/build.sh:

TrainFilesWhat it tracks
pluginplugin.json, .claude-plugin/plugin.json, .claude-plugin/marketplace.json, SKILL.mdthe skill and its manifests
packagepackage.json, server.jsonthe npm shim + registry entry, released on a v* tag
bash
node scripts/version.mjs                 # print both
node scripts/version.mjs check           # exit 1 on drift
node scripts/version.mjs set plugin 1.11.0

Links

  • Website: reassign.ai
  • MCP endpoint: https://reassign.app/api/mcp
  • Developer docs (MCP setup, REST API, error codes): reassign.dev

License

Apache-2.0 Β© Pogled Naprej d.o.o.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • L
    Loki Mode

    Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.

    πŸ€– Coding Agents1 views
    Compare vs Loki Mode β†’
  • Awesome Copilot MCP Server logoAwesome Copilot MCP Server

    Model Context Protocol server for awesome-copilot agents and collections

    πŸ€– Coding Agents1 views
    Compare vs Awesome Copilot MCP Server β†’
  • ServiceNow MCP Server (NowAIKit) logoServiceNow MCP Server (NowAIKit)

    ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default.

    πŸ€– Coding Agents0 views
    Compare vs ServiceNow MCP Server (NowAIKit) β†’
  • Mowgli logoMowgli

    Intelligent product canvas: iterate on your product's design with your coding agent, synced to code.

    πŸ€– Coding Agents0 views
    Compare vs Mowgli β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
34
Package downloads in the last 30 days.
Last commit
4d ago
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Reassign

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "reassign": { "command": "npx", "args": ["-y","@reassign/mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewReassign AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/reassign?style=directory)](https://allmcps.com/mcp/reassign)
HTML Embed
<a href="https://allmcps.com/mcp/reassign"><img src="https://allmcps.com/api/badge/reassign?style=directory" alt="Reassign on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ€–Coding Agents
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 21, 2026
13/13 checks healthy over the last 45d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit4d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 21, 2026
npm downloads34/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
43Quality signal: Fair Β· 43/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 2d ago via OSV.dev Β· @reassign/mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ€– Coding Agents β†’Best MCP servers for Coding Agents β†’Alternatives to Reassign β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients