A fully functional web workspace for Claude Code CLI—chat, Kanban task board, task scheduling, multi-agent orchestration, MCP servers, skills, remote access (Web, SSH, Telegram), projects, and real-time data streaming.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"claude-code-studio": {
"args": [
"-y",
"github"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The browser interface for Claude Code CLI. Chat with AI, run tasks on autopilot, and manage your projects — all from one tab.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'github' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked github against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / productivity
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
MCP Security Weekly
Get CVE alerts and security updates for Claude Code Studio and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

The browser interface for Claude Code CLI. Chat with AI, run tasks on autopilot, and manage your projects — all from one tab.
English | Українська | Русский
Works on Windows, macOS, and Linux — zero platform-specific setup.
v5.68.0 — Live activity indicator in the web chat: the streaming reply now shows what Claude is doing — "Thinking…", "Running: …", "Generating…" — with a live elapsed-time counter on the message footer, so you always see it's working and for how long. Includes a fix so the timer never leaks when you close a tab or switch sessions mid-run.
Claude Code CLI is powerful — it writes code, runs tests, edits files, and ships features. But it lives in the terminal, and the terminal has limits: context gets lost between sessions, parallel work means juggling tabs, and there's no way to queue tasks and walk away.
Claude Code Studio fixes this:

Prefer a native window over a browser tab? Claude Code Studio also ships as a desktop app for macOS, Windows and Linux. It runs the same server locally and renders the full Studio in a native window — chat, Kanban, agents, MCP, skills, everything. The web server is unchanged; the desktop build is simply a second way to launch it.
Install (from the latest release):
brew install --cask Lexus2016/claude-code-studio/claude-code-studio, or download the .dmg…-Setup-….exe installer.AppImage (portable) or .debPrerequisite: same as the web version — the Claude Code CLI installed and logged in. The app detects it on launch and shows an install hint if it's missing.
Built-in updates: the app tells you when a new version ships and updates in one click — Windows/Linux update in place, macOS updates via Homebrew. Auto-update is opt-in (default: notify + one click).
Coming from the CLI/web version? The desktop app keeps its own data folder, so you can pull your existing history and settings across in one step — no manual file copying:
data/ and config.json. For the web/server version that's the project folder where you ran npm start (the directory with server.js).It migrates your chat history (data/chats.db), projects, SSH hosts and uploads, plus MCP servers and skills (config.json + skills/). It does not copy .env or workspace/ (server-only settings and working files). A timestamped backup of the desktop's current data is made first, then the app restarts automatically.
Where the desktop keeps its own data — mac