Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Cc Helper

FreeNot checked

Multi-provider, MCP servers & channels toolkit for Claude Code, CodeBuddy and Codex CLI (by next-bin)

GitHubEmbed

About

Multi-provider, MCP servers & channels toolkit for Claude Code, CodeBuddy and Codex CLI (by next-bin)

README

CC-Helper

The All-in-One Assistant & Provider Manager for Claude Code, CodeBuddy & Codex

npm version npm downloads Platform License

English | 简体中文

Multi-provider management, MCP servers, channels, and AI provider proxy toolkit for Claude Code, CodeBuddy & Codex CLI.

[!TIP] Key features

  • One-command setup with cc-helper claude setup
  • Multi-provider support with vault-encrypted API keys
  • Built-in MCP servers (WeChat, MiniMax, Xiaomi TTS)
  • AI provider proxy with request logging and analytics
  • Environment isolation and git-based config sync
  • Zero runtime dependencies

Prerequisites

cc-helper configures and manages these coding agent CLIs. Install the ones you plan to use:

# Claude Code (pinned version recommended)
npm install -g @anthropic-ai/[email protected]

# Codex CLI
npm install -g @openai/codex@latest

# CodeBuddy
npm install -g @tencent-ai/codebuddy-code@latest

[!TIP] For faster installs, append --registry=https://registry.npmmirror.com to the command.

Installation

npm install -g @unitsvc/cc-helper@latest

[!NOTE] Requires Node.js >= 14.0.0. Install at least one supported CLI: Claude Code v2.1.71+, CodeBuddy, or Codex 0.80.0+.

Update & Proxy

# Update to latest version
cc-helper update

# Enable download proxy (if npm install fails)
cc-helper update --dl-proxy

# Use custom proxy
cc-helper update --dl-proxy https://your-proxy.com

Quick Start

# 1. Setup Claude Code
cc-helper claude setup

# 2. Configure provider
cc-helper plan add -p bailian -k YOUR_API_KEY
cc-helper plan switch -p bailian

# 3. Check status
cc-helper claude status

# 4. Setup Codex (optional)
cc-helper codex setup

# 5. Backup config to Git (optional)
cc-helper sync login -r https://github.com/user/repo -t ghp_xxx
cc-helper sync export

[!NOTE] You can also use cc-helper claude patch to enable additional hidden features like /loop, /btw, /keybindings, and more.

Supported Providers:

Provider Description
bailian (CN) Aliyun
minimaxi (CN) MiniMax
ark (CN) Ark Coding Plan
ark-agent (CN) Ark Agent Plan
xiaomi (CN) Xiaomi MiMo
deepseek DeepSeek
glm (CN) Zhipu
zai (EN) Zhipu

[!TIP] Each provider supports multiple model profiles. Use cc-helper plan list to view available profiles.

For detailed provider configuration, see Provider Guide.

Channels & MCP

Built-in MCP Servers

# List available MCP servers
cc-helper mcp list

# Install MCP servers
cc-helper mcp install weixin     # WeChat channel
cc-helper mcp install minimaxi   # MiniMax AI
cc-helper mcp install xiaomi     # Xiaomi TTS

WeChat Channel

Access Claude Code through WeChat messaging.

# Install WeChat MCP
cc-helper mcp install weixin

# Login (scan QR code)
cc-helper weixin login

AI Provider Proxy

Gateway server with request logging, analytics, and key management.

# Add proxy service
cc-helper svc add proxy

# Fallback: run proxy MCP as HTTP server directly (if svc add proxy fails)
cc-helper proxy mcp --serve

# View endpoints
cc-helper proxy endpoints

# Query proxy stats
cc-helper proxy stats

Agentic

Query provider usage data and access AI services.

# Ark usage query
cc-helper ark query

# MiniMax usage query
cc-helper minimaxi query

# DeepSeek usage query
cc-helper deepseek query

# Xiaomi TTS
cc-helper xiaomi tts "Hello world"

# Ark image generation
cc-helper ark image "A beautiful sunset"

# Ark video generation
cc-helper ark video "A cat playing"

Knowledge Base

Persistent storage backend for AI agents. SQLite-based knowledge base with GraphQL queries and vector similarity search.

# Start Knowledge MCP server
cc-helper sqlite3 mcp

# Execute GraphQL query
cc-helper sqlite3 query "{ documents { id title } }"

# Show schema
cc-helper sqlite3 schema

Common Commands

# Claude Code management
cc-helper claude check                    # Verify configuration
cc-helper claude status                   # Check feature status
cc-helper claude vscode                   # Configure VS Code

# Provider management
cc-helper plan list                       # List providers
cc-helper plan verify -p ark -k KEY       # Verify credentials

# Vault - Secure API key storage
cc-helper vault set bailian default -k "KEY"
cc-helper vault get bailian default

# Environment - Isolated configurations
cc-helper env create work
cc-helper env switch work

# Sync - Git-based config backup
cc-helper sync export
cc-helper sync import

Documentation

License

AGPL-3.0 - see LICENSE

Security

Reporting Vulnerabilities

If you discover a security vulnerability in @unitsvc/cc-helper, please report it responsibly:

  1. Do not open a public issue
  2. Send an email to the maintainer with details
  3. Allow reasonable time for the issue to be addressed before public disclosure

We take security seriously and will respond to reports as quickly as possible.

Disclaimer

Zhipu (glm/zai) company and its associated products are prohibited from using this software.

from github.com/next-bin/cc-helper

Install Cc Helper in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install cc-helper

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add cc-helper -- npx -y @unitsvc/cc-helper

FAQ

Is Cc Helper MCP free?

Yes, Cc Helper MCP is free — one-click install via Unyly at no cost.

Does Cc Helper need an API key?

No, Cc Helper runs without API keys or environment variables.

Is Cc Helper hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Cc Helper in Claude Desktop, Claude Code or Cursor?

Open Cc Helper on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Cc Helper with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs