nesquikm/mcp-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
Quick Start
Clone the repository:
git clone https://github.com/nesquikm/mcp-rubber-duckClaude Desktop configuration example:
{
"mcpServers": {
"mcp-rubber-duck": {
"command": "npx",
"args": [
"-y",
"nesquikm/mcp-rubber-duck"
]
}
}
}Check the repository README for specific installation and configuration instructions.