Configure ccproxy/LiteLLM to use Claude Code with any LLM provider
/plugin marketplace add fcakyon/claude-codex-settings/plugin install ccproxy-tools@claude-settings# ccproxy-tools Setup
Configure Claude Code to use ccproxy/LiteLLM with Claude Pro/Max subscription, GitHub Copilot, or other LLM providers.
## Step 1: Check Prerequisites
Check if `uv` is installed:
If not installed, install it:
Then reload shell or run `source ~/.bashrc` (or `~/.zshrc`).
## Step 2: Ask Provider Choice
Use AskUserQuestion:
- question: "Which LLM provider do you want to use with Claude Code?"
- header: "Provider"
- options:
- label: "Claude Pro/Max (ccproxy)"
description: "Use your Claude subscription via OAuth - no API keys needed"
- label: "GitHub Copi...