Back to MCP Servers

Rubber Duck

An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel for explaining problems to various AI "ducks" and getting different perspectives

coding-agentsaillm

Installation

npx -y mcp-rubber-duck

Configuration

{
  "mcpServers": {
    "mcp-rubber-duck": {
      "command": "npx",
      "args": ["-y", "mcp-rubber-duck"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub