MCP server querying multiple Ollama models to combine diverse AI perspectives on a question.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window β this can mean a slow first-time install rather than a real problem.
npx -y @smithery/cliNo response to initialize.
This is an experimental automated check and can have false negatives β missing environment variables, a slow cold install, etc. It doesnβt necessarily mean somethingβs wrong. Last checked 1mo ago.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Multi AI Advisor.
A Model Context Protocol (MCP) server that queries multiple Ollama models and combines their responses, providing diverse AI perspectives on a single question. This creates a "council of advisors" approach where Claude can synthesize multiple viewpoints alongside its own to provide more comprehensive answers.
To install multi-ai-advisor-mcp for Claude Desktop automatically via Smithery:
Clone this repository:
Install dependencies:
Build the project:
Install required Ollama models:
Create a .env file in the project root with your desired configuration:
Locate your Claude for Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonEdit the file to add the Multi-Model Advisor MCP server:
Replace /absolute/path/to/ with the actual path to your project directory
Restart Claude for Desktop
Once connected to Claude for Desktop, you can use the Multi-Model Advisor in several ways:
You can see all available models on your system:
This will display all installed Ollama models and indicate which ones are configured as defaults.
Simply ask Claude to use the multi-model advisor:
Claude will query all default models and provide a synthesized response based on their different perspectives.

The MCP server exposes two tools:
list-available-models: Shows all Ollama models on your systemquery-models: Queries multiple models with a questionWhen you ask Claude a question referring to the multi-model advisor:
query-models toolEach model can have a different "persona" or role assigned, encouraging diverse perspectives.
If the server can't connect to Ollama:
ollama serve)If a model is reported as unavailable:
ollama pull <model-name>ollama listlist-available-models tool to see all available modelsIf the tools don't appear in Claude:
Some managers' AI models may have chosen larger models, but there is not enough memory to run them. You can try specifying a smaller model (see the Basic Usage) or upgrading the memory.
MIT License
For more details, please see the LICENSE file in this project repository
Contributions are welcome! Please feel free to submit a Pull Request.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/yuchenssr-multi-ai-advisor)<a href="https://allmcps.com/mcp/yuchenssr-multi-ai-advisor"><img src="https://allmcps.com/api/badge/yuchenssr-multi-ai-advisor?style=directory" alt="Multi AI Advisor on AllMCPs" /></a>