Back to MCP Servers
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.
developer-toolsai
By YuChenSSR
Installation
npx -y multi-ai-advisor-mcpConfiguration
{
"mcpServers": {
"multi-ai-advisor-mcp": {
"command": "npx",
"args": ["-y", "multi-ai-advisor-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes