Self-hostable web UI and admin console for the Claude Code CLI — multi-user streaming chat with per-agent MCP servers, instructions, and model management.
View on GitHub ↗A self-hostable web UI and admin console for Claude Code.
ClaudeDeck turns the Claude Code CLI into a multi-user chat service you can run on your own server. Your users open a browser, pick an agent, and chat — each message is a Claude Code run on the backend, streamed back token by token. Administrators configure everything from a web panel: which model to use, which MCP servers each agent can reach, the agent's system instructions, and who's allowed in.
It started life as the reusable core of an internal "AI analyst" product and was extracted into a general-purpose framework: bring your own agent persona and MCP tools, and you have a production-shaped chat app around Claude Code without writing the plumbing.
Chat — streaming markdown replies, a searchable session sidebar, and an agent-produced artifact card (view / copy / download):
Structured questions — an agent can ask clickable single / multi / free-text questions instead of plain prose; the answers come back as its next message:
Admin console — manage agents (per-agent model, enable/disable), MCP servers, instructions and users, all from the browser:
The Claude Code CLI is great in a terminal, but turning it into a shared web service means solving the same problems every time: streaming claude -p over a WebSocket, persisting conversations, resuming sessions, letting non-technical users talk to it, and giving admins a safe way to change the model / tools / prompt without redeploying. ClaudeDeck is that layer.
From the project README.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/RaZLeN--claudedeck.html)
runs anywhere. uses anything
Gowthaman90/mcp-bastionReliability + security proxy for the Model Context Protocol (MCP): self-healing connections, runtime tool-security (rug-pull/poisoning detection), and a compliance-mapped audit trail.
luckeyfaraday/frontier-orchestratorMulti-agent orchestration for Claude Code: MCP server + skill that keeps Claude as lead engineer while delegating backend work to OpenAI Codex and frontend/design work to Kimi
MuhammadMustafa18/whatsapp-mcp-serverLocal MCP server that exposes WhatsApp as 4 tools for Claude — send, read, and search messages via Baileys + SQLite. Single-user, no cloud, QR-based auth.
xfloukiex-lab/pandaclipOne local-first MCP server for agent working state — clipboard history & snippets, TTL cache, file-organizer overlay, and a knowledge graph — plus a live desktop activity lens. 40 tools, SQLite everyw
rwnalds/engramSelf-hosted MCP server + dashboard giving Claude Code, Cursor & Hermes agents shared long-term memory over a git-backed markdown vault. Agent-native, Obsidian-compatible second brain — markdown RAG, n
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.