mcpbeat Sign in

Tokonomix Council MCP Server

by tokonomix Your server? Claim it
local only

Tokonomix Council runs on your own machine — the client starts it, so there is no endpoint to ping. 153 installs a week from npm. Last commit 6 Sep 2026.

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

Installs per day peak 247 · avg 67 · +14% w/w
a month agotoday
153
Installs / week
npm · tokonomix-council-mcp
1
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tokonomix 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 council -- npx -y tokonomix-council-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "council": {
      "args": [
        "-y",
        "tokonomix-council-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.council]
command = "npx"
args = ["-y", "tokonomix-council-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "council": {
      "args": [
        "-y",
        "tokonomix-council-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "council": {
      "args": [
        "-y",
        "tokonomix-council-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TOKONOMIX_API_KEY (Tokonomix API key (tok_live_...). Optional - keyless onboarding works without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tokonomix Council

same job, measured the same way
Council AI
by omarkeshk

Multi-LLM council: 25+ frontier models in parallel, consensus scoring, verdict-first code review.

10 tools answering
Model Council
by totti0135

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

467 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
Hivemind
by quantulabs

Query multiple AI models (OpenAI, Anthropic, Google) for consensus responses.

44 installs/wk local only
Rubber Duck
by nesquikm

Bridge to multiple LLMs and CLI agents: councils, debates, voting, and more

263 installs/wk local only
Meta Council
by meta-council

Multi-expert decision intelligence with transparent synthesis and auditable workflows.

161 tools answering
Amicus
by bourbondog

Multi-model LLM Council and parallel AI window for Claude Code. Fork any model, fold results back.

968 installs/wk local only
Opengate MCP
by nickjlamb

Check whether an AI answer is grounded in its context — deterministic, no LLM judge.

47 installs/wk local only

Tokonomix Council — questions

Answers built from our own checks of this server.

Why is there no uptime for Tokonomix Council?
Tokonomix 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 npm package tokonomix-council-mcp was installed 153 times last week.
How do I connect Tokonomix 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 tokonomix-council-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tokonomix Council?
The npm package tokonomix-council-mcp was installed 153 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tokonomix Council open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.