The Claude Code ecosystem is exploding — MCP Servers, Skills, Plugins, Hooks, Workflows — but management is stuck in the stone age:
Editing settings.json by hand, hoping you don't break the syntax
Copy-pasting MCP configs between machines
No idea which of your 30 MCP servers are actually working
Switching between Claude / Codex / Gemini / Hermes configs = nightmare
Zero visibility into security risks from your installed tools
CCHub puts everything in one GUI. Install MCP servers in one click. Switch configs instantly. Monitor health. Audit security. Done.
Feature
Description
MCP Server Management
Auto-scan Claude Code, Claude Desktop, Cursor configs. Enable/disable, edit, delete — no JSON editing
MCP Marketplace
Built-in registry with categories. One-click install with env config. Custom source support
MCP Health Monitor
Command check, process spawn test, latency measurement. Know which servers are broken
Config Profiles
One-click switch between Claude Code, Codex, Gemini CLI, OpenCode, OpenClaw, and Hermes configs
Skills & Plugins
Browse, edit (MDXEditor rich-text), cross-tool sync
Workflows
12 built-in templates (Code Review, TDD, Bug Diagnosis, Security Audit...). One-click install
Hooks Visualizer
See all hooks: event types, matchers, commands — at a glance
Feature
Description
CLAUDE.md Manager
Visual editor for project instructions with templates
Autopilot
Task orchestration for Claude / Codex auto-execution with real-time monitoring
Command Palette
Ctrl+K to navigate anywhere instantly
Security Audit
Env secrets, shell execution risks, npx auto-install risk scanning
StatusLine (claude-hud)
One-click install, proxy support, China mirror, display config
Feature
Description
Cross-platform
Windows 10/11, macOS 10.15+, Linux
Dark / Light Theme
Glassmorphism UI with system-aware theme
Backup & Restore
Export all configs as SQL, import with legacy format support
Auto Update
Built-in updater with GitHub Releases fallback
i18n
Chinese, English, Japanese
System Tray
Minimize to tray on close
Task
Without CCHub
With CCHub
Install an MCP server
Edit JSON, find npm package, configure env vars manually
One click from Marketplace
Switch from Claude to Codex config
Copy files, rename, edit paths
One click in Profiles
Check if MCP servers are healthy
Run commands manually, check logs
Health dashboard with latency
Audit security risks
Read JSON files, grep for secrets
Automated scan with risk report
Manage CLAUDE.md
Open in text editor, remember syntax
Rich visual editor with templates
Layer
Technology
Framework
Tauri 2.0 — Rust backend + Web frontend, ~20MB binary
Frontend
React 19 + TypeScript + Tailwind CSS 4
Backend
Rust — High perf, memory safe, single binary
Database
SQLite (rusqlite) — Zero-dependency local storage
Build
Vite 6 + pnpm
Data Layer
TanStack React Query — Unified caching & state
UI
shadcn/ui + Framer Motion + cmdk
git clone https://github.com/Moresyl/cchub.git
cd cchub
pnpm install
pnpm tauri dev
CCHub auto-scans MCP server configs from:
Path
Source
~/.claude/plugins/**/.mcp.json
Claude Code plugins (recursive)
%APPDATA%/Claude/claude_desktop_config.json
Claude Desktop
~/.cursor/mcp.json
Cursor
~/.codex/config.toml
Codex CLI
~/.gemini/settings.json
Gemini CLI
~/.hermes/cli-config.yaml + ~/.hermes/.env
Hermes Agent (NousResearch) — YAML + dotenv
MCP Server management (scan, toggle, edit, delete)
MCP Marketplace (registry, one-click install, custom sources)
MCP Health monitoring (command check, spawn test, latency)
Skills & Plugins browser (MDXEditor, cross-tool sync)
Workflows (12 templates, Markdown editing, multi-tool install)
Hooks visualization
Config Profiles (structured editor, multi-tool switching)
CLAUDE.md manager (editor, templates)
Tools page (permissions, StatusLine, Codex settings)
StatusLine (claude-hud) integration
Security audit (permission scanning, risk detection)
Backup & restore (SQL export/import)
Auto-update (Tauri Updater + GitHub fallback)
Autopilot (Claude / Codex task orchestration)
Command Palette (Ctrl+K)
hello2cc plugin management
Dark / Light / System theme
i18n (Chinese + English + Japanese)
Cross-platform (Windows, macOS, Linux)
System tray
Config change detection (security timeline)
Hooks editor (create/edit hooks from UI)
WebDAV cloud sync
Plugin ecosystem (community MCP templates)
Contributions welcome! See issues for ideas.
Fork → Branch → Commit → Push → Pull Request
If CCHub saves you time, consider giving it a star. It helps others discover the project.
MIT License — see LICENSE for details.
Tauri — Lightweight desktop framework
Claude Code — AI coding assistant
MCP — Model Context Protocol