Skip to main content
claude-max-api-proxy is a community tool that exposes your Claude Max/Pro subscription as an OpenAI-compatible API endpoint. This allows you to use your subscription with any tool that supports the OpenAI API format.
This path is technical compatibility only. Anthropic has blocked some subscription usage outside Claude Code in the past. You must decide for yourself whether to use it and verify Anthropic’s current terms before relying on it.

Why use this?

If you have a Claude Max subscription and want to use it with OpenAI-compatible tools, this proxy may reduce cost for some workflows. API keys remain the clearer policy path for production use.

How it works

The proxy:
  1. Accepts OpenAI-format requests at http://localhost:3456/v1/chat/completions
  2. Converts them to Claude Code CLI commands
  3. Returns responses in OpenAI format (streaming supported)

Getting started

1

Install the proxy

Requires Node.js 20+ and Claude Code CLI.
2

Start the server

3

Test the proxy

4

Configure FluffBuzz

Point FluffBuzz at the proxy as a custom OpenAI-compatible endpoint:

Built-in catalog

Advanced configuration

This path uses the same proxy-style OpenAI-compatible route as other custom /v1 backends:
  • Native OpenAI-only request shaping does not apply
  • No service_tier, no Responses store, no prompt-cache hints, and no OpenAI reasoning-compat payload shaping
  • Hidden FluffBuzz attribution headers (originator, version, User-Agent) are not injected on the proxy URL
Create a LaunchAgent to run the proxy automatically:

Notes

  • This is a community tool, not officially supported by Anthropic or FluffBuzz
  • Requires an active Claude Max/Pro subscription with Claude Code CLI authenticated
  • The proxy runs locally and does not send data to any third-party servers
  • Streaming responses are fully supported
For native Anthropic integration with Claude CLI or API keys, see Anthropic provider. For OpenAI/Codex subscriptions, see OpenAI provider.

Anthropic provider

Native FluffBuzz integration with Claude CLI or API keys.

OpenAI provider

For OpenAI/Codex subscriptions.

Model selection

Overview of all providers, model refs, and failover behavior.

Configuration

Full config reference.