mcpbeat Sign in

Claude Code Organizer MCP Server

local only

Claude Code Organizer runs on your own machine — the client starts it, so there is no endpoint to ping. 193 installs a week from npm. Last commit 12 Sep 2026.

Organize Claude Code memories, skills, MCP servers, commands, agents, rules via drag-and-drop.

Installs per day peak 141 · avg 25 · +94% w/w
a month agotoday
193
Installs / week
npm · @mcpware/claude-code-organizer
379
Stars
7 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Claude Code Organizer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add claude-code-organizer -- npx -y @mcpware/claude-code-organizer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claude-code-organizer": {
      "args": [
        "-y",
        "@mcpware/claude-code-organizer"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claude-code-organizer]
command = "npx"
args = ["-y", "@mcpware/claude-code-organizer"]
.cursor/mcp.json
{
  "mcpServers": {
    "claude-code-organizer": {
      "args": [
        "-y",
        "@mcpware/claude-code-organizer"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "claude-code-organizer": {
      "args": [
        "-y",
        "@mcpware/claude-code-organizer"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Claude Code Organizer

same job, measured the same way
Pathrule
by pathrule

Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.

32 tools answering
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering
Toolfactory
by goatinahat

Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex

640 installs/wk local only
Ccboot MCP Server
by rcolkitt

Generate and manage Claude Code configs: CLAUDE.md, skills, agents, hooks, and MCP settings.

25 installs/wk local only
Claude Wrap MCP
by alex-kaff

MCP server that spawns and drives Claude Code sessions via claude-wrap.

72 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Briefroom
by briefroom

briefroom stdio MCP server — expose the briefroom CLI to Claude Code, Codex, and other agents.

45 installs/wk local only
ME-QR MCP Server
by me-qr

Create and manage QR codes on me-qr.com from AI clients like Claude and ChatGPT.

answering

Claude Code Organizer — questions

Answers built from our own checks of this server.

Why is there no uptime for Claude Code Organizer?
Claude Code Organizer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mcpware/claude-code-organizer was installed 193 times last week.
How do I connect Claude Code Organizer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mcpware/claude-code-organizer straight from npm; nothing to host, nothing to sign up for.
How many people use Claude Code Organizer?
The npm package @mcpware/claude-code-organizer was installed 193 times in the last week. Week over week that is +94%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claude Code Organizer open source?
Yes — it is published under the MIT licence, written in JavaScript, 379 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.