claude-control

lucasdonordeste/claude-control
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
Control panel for Claude Code in your editor sidebar — plugins, hooks, skills, MCP servers, agents and live plan usage. VS Code + Cursor. No telemetry.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-control": {
      "command": "npx",
      "args": [
        "-y",
        "lucasdonordeste/claude-control"
      ]
    }
  }
}

README Excerpt

<div align="center"> **A control panel for [Claude Code](https://www.anthropic.com/claude-code), right in your editor sidebar.** Toggle plugins, sound and notifications, and browse your skills, MCP servers, agents and commands — across both your global config and the open project. Not just a viewer: the switches actually *do* things.