mcp-rubber-duck

nesquikm/mcp-rubber-duck
★ 141 stars TypeScript 🤖 AI/LLM Updated 1mo ago
An MCP server that acts as a bridge to query multiple OpenAI-compatible LLMs with MCP tool access. Just like rubber duck debugging, explain your problems to various AI "ducks" who can actually research and get different perspectives!
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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