Configure Claude Desktop to route requests through OpenDunes and bill in DA.
Not yet available. Claude Desktop has no custom inference-endpoint setting, and OpenDunes does not expose the Anthropic Messages API yet — today, use the OpenDunes chat with Anthropic models, or an OpenAI-compatible coding agent (Codex CLI, Cursor, OpenCode).
Claude Desktop is Anthropic's desktop app for chatting with Claude. It talks exclusively to Anthropic's own service — its claude_desktop_config.json file configures MCP servers, not where inference requests go — so there is no supported way to route its model calls through OpenDunes and bill them to your DA balance today.
Claude Desktop's real configuration surface is the Model Context Protocol. Its config file — ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows — declares MCP servers under a single mcpServers key:
This attaches tools to your Claude Desktop conversations; it does not change which API the app bills against. See Using MCP Servers for how MCP relates to the OpenDunes API.