Mcp Rubber Duck
@nesquikm
About Mcp Rubber Duck
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!
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"rubber-duck": {
"command": "mcp-rubber-duck",
"env": {
"MCP_SERVER": "true",
"OPENAI_API_KEY": "<YOUR_OPENAI_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_KEY>",
"DEFAULT_PROVIDER": "openai"
}
}
}
}Tools
15Ask a single question to a specific LLM provider
Conversation with context maintained across messages
Clear all conversation history
List configured providers and health status
List available models for providers
Ask the same question to multiple providers simultaneously
Get responses from all configured ducks
Usage statistics and estimated costs
Multi-duck voting with reasoning and confidence
Have one duck evaluate and rank others' responses
Iteratively refine a response between two ducks
Structured multi-round debate between ducks
MCP Bridge status and connected servers
Pending MCP tool approval requests
Approve or deny a duck's MCP tool request
Overview
What is MCP Rubber Duck?
MCP Rubber Duck is an MCP server that bridges to multiple LLMs—both OpenAI-compatible HTTP APIs and CLI coding agents—inspired by rubber duck debugging. It lets you explain problems to various AI “ducks” and get different perspectives.
How to use MCP Rubber Duck?
Install globally via npm install -g mcp-rubber-duck or use npx directly. Configure API keys in a .env file or config/config.json. Invoke by running the server and using the provided tools (e.g., ask_duck, compare_ducks, duck_debate) from an MCP client. For Claude Desktop, see the dedicated setup guide.
Key features of MCP Rubber Duck
- Universal OpenAI API compatibility for any endpoint.
- CLI coding agent support (Claude Code, Codex, Gemini CLI, etc.).
- Multiple ducks queried simultaneously (Duck Council).
- Consensus voting, LLM-as-judge, and iterative refinement.
- Structured debates (Oxford, Socratic, adversarial).
- 8 reusable MCP prompt templates for multi-LLM workflows.
- Automatic failover, health monitoring, and usage tracking.
- MCP Bridge to connect ducks to other MCP servers.
- Pluggable guardrails (rate limiting, token limits, PII redaction).
- Interactive UIs for compare, vote, debate, and usage tools.
Use cases of MCP Rubber Duck
- Debugging code by explaining problems to multiple AI models.
- Getting multi-perspective analysis on a plan or design.
- Conducting structured debates between LLMs to explore trade-offs.
- Generating and refining responses collaboratively between two ducks.
- Evaluating and ranking LLM responses using another LLM as a judge.
FAQ from MCP Rubber Duck
How does MCP Rubber Duck differ from MCP’s sampling primitive?
MCP Rubber Duck uses direct LLM provider integration, which aligns with the 2026-07-28 spec where server-side sampling was deprecated. It brings its own ducks and does not require the host’s model.
What runtime dependencies are required?
Node.js 20 or higher, npm or yarn, and at least one API key for an HTTP provider or a local CLI coding agent.
Which providers and CLI agents are supported?
OpenAI, Google Gemini, Anthropic, Groq, Together AI, Perplexity, Anyscale, Azure OpenAI, Ollama, LM Studio, and custom OpenAI-compatible endpoints. CLI agents: Claude Code, Codex, Gemini CLI, Grok, Aider, and custom.
Where does data live? How are conversations managed?
Data is handled locally by the server; conversation history is maintained in memory and can be cleared via clear_conversations. API keys are stored in environment variables or config files.
What transports and authentication are used?
The server uses MCP stdio transport by default. Authentication is via API keys configured for each provider; no built-in auth for the server itself.
More AI & Agents MCP servers
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Comments