Anthropic Claude Max Proxy
Description
OpenAI-compatible proxy for Claude Pro/Max subscriptions using OAuth.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Anthropic Claude Max Proxy
Pure Anthropic proxy for Claude Pro/Max subscriptions using OAuth.
SUPPORT MY WORK
DISCLAIMER
**FOR EDUCATIONAL PURPOSES ONLY**
This tool:
- Is NOT affiliated with or endorsed by Anthropic
- Uses undocumented OAuth flows from Claude Code
- May violate Anthropic's Terms of Service
- Could stop working at any time without notice
- Comes with NO WARRANTY or support
**USE AT YOUR OWN RISK. The authors assume no liability for any consequences.**
For official access, use Claude Code or Anthropic's API with console API keys.
Prerequisites
- Active Claude Pro or Claude Max subscription
- Python 3.8+
- pip
Quick Start
- Virtual Environment Setup (Recommended)
python -m venv venv
- Install:
venv/Scripts/Activate.ps1
pip install -r requirements.txt
- Configure (optional):
cp config.example.json config.json
- Run:
python cli.py
# Or with custom bind address:
python cli.py --bind 127.0.0.1
- Authenticate:
- Select option 2 (Login)
- Browser opens automatically
- Complete login at claude.ai
- Copy the authorization code
- Paste in terminal
- Start proxy:
- Select option 1 (Start Proxy Server)
- Server runs at
http://0.0.0.0:8081(default, listens on all interfaces)
Client Configuration
Configure your Anthropic API client:
- Base URL:
http://:8081(default:http://0.0.0.0:8081) - API Key: Any non-empty string (e.g., "dummy")
- Model:
claude-sonnet-4-20250514(or any available Claude model) - Endpoint:
/v1/messages
Available Models
- Supports all Anthropic Models that you have access to with your Claude Pro / Max subscription.
Configuration Priority
- Environment variables (highest)
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
