Rubber Duck
Freeby MCP Community
An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel
v1.19.1Added Apr 12, 2026
mcpmodel-context-protocolllmopenaiai
Rubber Duck MCP Server
An MCP server that bridges to multiple OpenAI-compatible LLMs - your AI rubber duck debugging panel
Installation
Reviews
Installation
Quick install
npx -y mcp-rubber-duck
Add to claude_desktop_config.json
{
"mcpServers": {
"rubber-duck": {
"command": "npx",
"args": ["-y", "mcp-rubber-duck"]
}
}
}