skrischer/claude-code-openai-adapter
An OpenAI-compatible API server that wraps the Claude Code CLI as a subprocess. Any tool that speaks the OpenAI chat completions API can talk to Claude through this proxy.
Platform-specific configuration:
{
"mcpServers": {
"claude-code-openai-adapter": {
"command": "npx",
"args": [
"-y",
"claude-code-openai-adapter"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...