claudeers.
// MCP Servers

Claude-Desk-7

A comprehensive web dashboard for managing, monitoring, and controlling Claude Code. Claude Desk is an intuitive interface that completely replaces using Cl…

// MCP Servers[ cli ][ api ][ web ][ claude ]#claude#mcp-servers$open-sourceupdated about 1 month ago
Actively maintained
99/100
last commit about 1 month ago
last release about 1 month ago
releases 5
open issues 1
// star history

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up Claude-Desk-7 (git-clone project) into my current project.
Found on https://claudeers.com/claude-desk-7
Repo: https://github.com/mrbit-dev/Claude-Desk-7
Homepage/docs: —
Detected install method: git-clone → git clone https://github.com/mrbit-dev/Claude-Desk-7
Category: mcp-servers. Platforms: cli, api, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/mrbit-dev/Claude-Desk-7

// compatibility

Platformscli, api, web
Operating systems
AI compatibilityclaude
License
Pricingopen-source
LanguageTypeScript

Claude Desk 7

Claude Desk 7

Web Dashboard toàn diện để quản lý, giám sát và điều khiển Claude Code.

🇻🇳 Tiếng Việt | 🇬🇧 English

Claude Desk 7 là giao diện trực quan thay thế hoàn toàn cho việc dùng Claude Code qua CLI hay extension IDE. Tất cả những gì bạn cần làm với Claude Code đều có thể thao tác qua giao diện web — không cần gõ lệnh, không cần nhớ cú pháp.


✨ Tính năng

Tính năngMô tả
📊 DashboardTổng quan toàn bộ Claude Code: sessions, agents, projects, MCP servers
📋 Session ManagerXem, tìm kiếm, quản lý tất cả phiên làm việc
🤖 Agent MonitorGiám sát agents, sub-agents theo thời gian thực, hiển thị cây phân cấp
🚀 LaunchGửi câu hỏi đến Claude Code ngay từ dashboard, xem output realtime
🔧 MCP ServersQuản lý MCP servers, thêm/sửa/xoá, kiểm tra health
📘 SkillsTạo và quản lý Claude Code skills (slash commands)
🧩 PluginsDuyệt marketplace, cài và gỡ plugins
⚙️ SettingsChỉnh sửa cấu hình Claude Code qua giao diện
📁 ProjectsXem tất cả dự án đã dùng Claude Code
📜 LogsXem log server và output Claude process realtime
🔐 AuthKiểm tra trạng thái xác thực, API key, proxy

🚀 Cài đặt & Chạy

Yêu cầu

1. Tải về

git clone https://github.com/mrbit-dev/Claude-Desk-7.git
cd Claude-Desk-7

Hoặc download ZIP và giải nén.

2. Chạy (Windows)

Mở thư mục, double-click **start.bat** — tự động cài đặt + build + chạy.

3. Cài đặt & Chạy bằng lệnh

npm install
npm run build
npm start

Mở trình duyệt: http://localhost:3712

Hoặc chạy dev mode (hot-reload):

npm install
npm run dev

Mở trình duyệt: http://localhost:5173

4. Chạy nền 24/7

Windows: Double-click start.bat — server chạy ẩn. Tắt bằng stop.bat

Linux / macOS / VPS:

# Cấp quyền chạy
chmod +x start.sh stop.sh

# Chạy nền (background)
./start.sh

# Xem logs
tail -f .claude-desk.log

# Tắt
./stop.sh

Hoặc chạy thủ công (mọi nền tảng):

npm run build
npm start &
# Tắt: kill PID

🗂️ Cấu trúc thư mục

claude-desk/
├── server/              # Backend Express + TypeScript
│   └── src/
│       ├── routes/      # API routes
│       ├── services/    # Business logic
│       ├── websocket/   # WebSocket handler
│       ├── utils/       # Tiện ích
│       └── types/       # TypeScript types
├── src/                 # Frontend React + Vite + Tailwind
│   ├── pages/           # Các trang
│   ├── components/      # UI components
│   ├── hooks/           # React hooks
│   ├── api/             # API client
│   └── store/           # Zustand state
├── screenshots/         # Ảnh chụp màn hình
└── scripts/             # Scripts phụ trợ

❓ FAQ

Làm sao để cài Claude Code?

npm install -g @anthropic-ai/claude-code

Hoặc theo hướng dẫn tại docs.anthropic.com

Claude Desk 7 có chạy được trên macOS/Linux không?

Có! Claude Desk 7 tự động phát hiện đường dẫn Claude Code trên tất cả nền tảng.

Làm sao để đóng góp?

Fork repo, tạo branch, commit và tạo Pull Request!


📝 License

MIT

// faq

What is Claude-Desk-7?

A comprehensive web dashboard for managing, monitoring, and controlling Claude Code. Claude Desk is an intuitive interface that completely replaces using Claude Code via CLI or IDE extensions. Everything you need to do with Claude Code can be done through the web interface — no need to type commands, no need to remember syntax.. It is open-source on GitHub.

Is Claude-Desk-7 free to use?

Claude-Desk-7 is open-source, so it is free to use.

What category does Claude-Desk-7 belong to?

Claude-Desk-7 is listed under mcp-servers in the Claudeers registry of Claude-compatible tools.

0 views
13 stars
unclaimed
updated about 1 month ago

// embed badge

Claude-Desk-7 on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-desk-7.svg)](https://claudeers.com/claude-desk-7)

// retro hit counter

Claude-Desk-7 hit counter
[![Hits](https://claudeers.com/api/counter/claude-desk-7.svg)](https://claudeers.com/claude-desk-7)

// reviews

// guestbook

0/500

// related in MCP Servers

🔓

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete…

// mcp-serversf/HTML167,135NOASSERTION[ claude ]
🔓

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io

// mcp-serversfarion1231/Rust127,274MIT[ claude ]
🔓

An open-source AI agent that brings the power of Gemini directly into your terminal.

// mcp-serversgoogle-gemini/TypeScript106,524Apache-2.0[ claude ]
🔓

🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman

// mcp-serversJuliusBrussee/JavaScript100,343MIT[ claude ]
→ see how Claude-Desk-7 connects across the ecosystem