mcpbeat Sign in

Model Council MCP Server

local only

Model Council MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from pypi. Last commit 22 Apr 2026.

Three-model MCP server returning Grok, Gemini, and DeepSeek outputs for Claude.

Installs per day peak 20 · avg 10 · -6% w/w
a month agotoday
80
Installs / week
pypi · model-council-mcp-server
1
Stars
0 open issues
22 Apr 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Model Council MCP Server 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-mcp-server -- uvx model-council-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "model-council-mcp-server": {
      "args": [
        "model-council-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.model-council-mcp-server]
command = "uvx"
args = ["model-council-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "model-council-mcp-server": {
      "args": [
        "model-council-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "model-council-mcp-server": {
      "args": [
        "model-council-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Model Council MCP Server

same job, measured the same way
Ask LLM
by lykhoyda

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

544 installs/wk local only
Polydev
by polydev-ai

Query GPT-5, Claude, Gemini, and Grok simultaneously through one MCP server

278 installs/wk local only
ask-fable
by baggybin

MCP server for Anthropic's Claude Fable, Opus 5, and multi-model reasoning councils.

local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
Cool Workflow
by coo1white

Signed, cited, replayable workflows for Claude, Codex, Gemini, DeepSeek, and other agents.

124 installs/wk local only
Swift AI
by jojapi

Swift AI: Access a wide range of AI models⚡, including OpenAI 🤖,DeepSeek 🔍, Claude 🧠, Gemini 🌟, and.

5 tools answering
Crimson Crab MCP Template
by singhpratech

Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude

local only
DeepSeek MCP Server
by dmontgomery40

Official DeepSeek MCP server for chat, completion, model listing, and balance endpoints.

1 154 installs/wk local only

Model Council MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Model Council MCP Server?
Model Council MCP Server 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-server was installed 80 times last week.
How do I connect Model Council MCP Server?
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-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Model Council MCP Server?
The pypi package model-council-mcp-server was installed 80 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Model Council MCP Server open source?
We cannot say either way: written in Python and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.