m0n0x41d/anthropic-proxy-rs
A proxy server that intercepts Anthropic API requests and converts them to OpenAI-compatible format, enabling integration with dozens of inference providers such as OpenRouter, Together.ai, Novita AI, and other third-party API services. Primary use cases include Claude Code and other Claude Agent SDK-based tools.
Platform-specific configuration:
{
"mcpServers": {
"anthropic-proxy-rs": {
"command": "npx",
"args": [
"-y",
"anthropic-proxy-rs"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...