YuChenSSR/multi-ai-advisor
by Various
council of models for decision
MCP
YuChenSSR/multi-ai-advisor
Added 1 June 2026
Overview
YuChenSSR/multi-ai-advisor is a TypeScript tool that implements a council of multiple AI models to generate consensus-based decisions. It sends a prompt to several models and aggregates their responses to produce a final recommendation.
Best for
Best for
Developers experimenting with multi-model consensus for decision-making
Use cases
- Aggregating opinions from multiple language models
- Reducing single-model bias in decision tasks
- Building consensus-based answer generators
How to use
Install
npx -y @smithery/cli install @YuChenSSR/multi-ai-advisor-mcp --client claude Tools exposed
list-available-modelsquery-models
Tested with
Claude for Desktop
Example client config
{\n "mcpServers": {\n "multi-model-advisor": {\n "command": "node",\n "args": ["/absolute/path/to/multi-ai-advisor-mcp/build/index.js"]\n }\n }\n} Notes
YuChenSSR/multi-ai-advisor is a TypeScript tool that implements a council of multiple AI models to generate consensus-based decisions. It sends a prompt to several models and aggregates their responses to produce a final recommendation.
78 stars on GitHub. Last updated 2025-04-02. Licensed MIT.
Use cases
- Aggregating opinions from multiple language models
- Reducing single-model bias in decision tasks
- Building consensus-based answer generators
Pros
- Open source and lightweight TypeScript implementation
- Can improve reliability through ensemble voting
- Simple to integrate into existing workflows
Cons
- Requires API keys for multiple model providers
- May increase latency due to multiple model calls
- Limited documentation and community support due to small user base
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and lightweight TypeScript implementation
- Can improve reliability through ensemble voting
- Simple to integrate into existing workflows
Cons
- Requires API keys for multiple model providers
- May increase latency due to multiple model calls
- Limited documentation and community support due to small user base
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.