Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx model-council-mcp-server
MCP client config
{
"mcpServers": {
"model-council-mcp-server": {
"command": "uvx",
"args": [
"model-council-mcp-server"
]
}
}
}