mcpbeat Sign in

Model Council MCP Server

by totti0135 Your server? Claim it
local only

Model Council runs on your own machine — the client starts it, so there is no endpoint to ping. 467 installs a week from pypi. Last commit 24 Aug 2026.

Consult other LLMs as tools — ask them, compare their answers, synthesize a conclusion.

Installs per day peak 1 567 · avg 314 · -57% w/w
a month agotoday
467
Installs / week
pypi · model-council-mcp
2
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Model Council every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add model-council -- uvx model-council-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "model-council": {
      "args": [
        "model-council-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.model-council]
command = "uvx"
args = ["model-council-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "model-council": {
      "args": [
        "model-council-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "model-council": {
      "args": [
        "model-council-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: COUNCIL_MODELS (Comma-separated short ids for the models to seat, e.g. 'gpt5,glm'. Each id then takes its own <ID>_BASE_URL, <ID>_API_KEY, <ID>_MODEL and optional <ID>_FORMAT (openai or anthropic). Omit to use a config file instead.), COUNCIL_CONFIG (Path to a JSON config file, for rosters large enough that several models share one endpoint. Defaults to ~/.config/model-council/config.json when that exists.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Model Council

same job, measured the same way
Tokonomix Council
by tokonomix

Multi-model consensus: 2-6 frontier LLMs answer, an independent judge synthesises one answer.

153 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
Litellm MCP
by shin-bot-litellm

Give AI agents access to 100+ LLMs. Call any model, compare outputs.

108 installs/wk local only
MCP All
by antonytm

A Model Context Protocol server to run other MCP servers

163 installs/wk local only
Compare CLI MCP
by drbaher

MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.

46 installs/wk local only
Literature Review Council
by ravicha2

Multi-agent literature review: research, peer review, and synthesize grounded reports.

69 installs/wk local only
osc-bridge
by roomi-fields

OSC ↔ MIDI bridge — 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them.

37 installs/wk local only
Docs Ask (local docs RAG)
by alyiox

Local RAG MCP for markdown documentation. Retrieval only; host synthesizes answers.

451 installs/wk local only

Model Council — questions

Answers built from our own checks of this server.

Why is there no uptime for Model Council?
Model Council runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package model-council-mcp was installed 467 times last week.
How do I connect Model Council?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls model-council-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Model Council?
The pypi package model-council-mcp was installed 467 times in the last week. Week over week that is -57%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Model Council open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.