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
By nesquikm
Installation
npx -y mcp-rubber-duckConfiguration
{
"mcpServers": {
"mcp-rubber-duck": {
"command": "npx",
"args": ["-y", "mcp-rubber-duck"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes