whatisgithub

What is claude-code-helper?

xqnode/claude-code-helper — explained in plain English

Analysis updated 2026-05-18

28RustAudience · developerLicense

In one sentence

A Windows tray app that reroutes the Claude Code desktop app to cheaper Chinese AI providers like DeepSeek and Qwen instead of Anthropic's own API.

Mindmap

mindmap
  root((Claude Code Helper))
    What it does
      Local proxy server
      Rewrites base URL
      Tray menu switching
    Providers
      DeepSeek
      Qwen
      Zhipu
      Kimi and MiniMax
    Setup
      Installer or ZIP
      Enter API key
      Restart Claude Code
    CLI tools
      Status and list
      Test connectivity
      Restore Anthropic config

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Switch Claude Code to a cheaper AI provider without manually editing config files

USE CASE 2

Try multiple Chinese LLM providers from one tray menu and API key

USE CASE 3

Quickly restore the official Anthropic configuration when needed

What is it built with?

RustWindowsAnthropic API

How does it compare?

xqnode/claude-code-helpernonanti/narwhalreekta92/pinstar
Stars282828
LanguageRustRustRust
Setup difficultyeasyeasy
Complexity3/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

So what is it?

Claude Code Helper is a Windows system-tray utility, written in Rust, that lets you use the Claude Code desktop application with Chinese AI providers instead of Anthropic's own API. The README is written in Chinese and targets users who want to substitute providers like DeepSeek, Qwen, Zhipu, Kimi, or MiniMax to reduce costs or avoid needing an Anthropic account. The tool works by running a local proxy server on your machine. Claude Code normally sends its requests to Anthropic's API using an environment variable called ANTHROPIC_BASE_URL. Claude Code Helper automatically rewrites that setting in Claude Code's configuration file to point to the local proxy instead. From that point on, every request Claude Code makes is intercepted and forwarded to whichever Chinese provider you have selected in the tray menu. Switching providers requires no manual configuration file editing. You right-click the tray icon, choose a provider from the menu, enter your API key in the settings panel, and restart Claude Code. The tool handles the request format translation: DeepSeek supports Anthropic's message format natively, while other providers receive requests converted to OpenAI's chat format. Setup is designed to be straightforward. You download either an installer or a portable ZIP, run the executable, fill in an API key, and restart Claude Code. The tool also includes a command-line interface for users who prefer it, offering commands to check status, list providers, test connectivity, run diagnostics, and restore the original Anthropic configuration. The project is MIT licensed and built on the same architecture as a sibling tool called codex-helper, which does the same thing for the OpenAI Codex desktop app.

Copy-paste prompts

Prompt 1
Walk me through installing Claude Code Helper and connecting it to DeepSeek's API
Prompt 2
How does Claude Code Helper rewrite the ANTHROPIC_BASE_URL setting in my Claude Code config
Prompt 3
What is the difference between Claude Code Helper and its sibling project codex-helper
Prompt 4
Show me the CLI commands available in claude-code-helper for checking connection status

Frequently asked questions

What is claude-code-helper?

A Windows tray app that reroutes the Claude Code desktop app to cheaper Chinese AI providers like DeepSeek and Qwen instead of Anthropic's own API.

What language is claude-code-helper written in?

Mainly Rust. The stack also includes Rust, Windows, Anthropic API.

Who is claude-code-helper for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.