mcpbeat Sign in

ask-fable MCP Server

local only

ask-fable runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.

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

Installs / week
pypi · ask-fable
0
Stars
0 open issues
13 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    subprocess.run(['npx', '-y', '@mermaid-js/mermaid-cli', '-i', filename, '-o', png_filename, '-b', 'transparent'], check=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 ask-fable -- uvx ask-fable
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ask-fable": {
      "args": [
        "ask-fable"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ask-fable]
command = "uvx"
args = ["ask-fable"]
.cursor/mcp.json
{
  "mcpServers": {
    "ask-fable": {
      "args": [
        "ask-fable"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ask-fable": {
      "args": [
        "ask-fable"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ask-fable

same job, measured the same way
Fable
by codechap

Anthropic Claude Fable 5 MCP server — top-tier planning and code critique for handoff

local only
Crimson Crab MCP Template
by singhpratech

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

local only
Model Council MCP Server
by ivanantigravity-lgtm

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

80 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
Cortex MCP — Multi-Level Reasoning Server
by j0hanz

Multi-level reasoning MCP server with configurable depth levels

46 installs/wk local only
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

588 installs/wk local only
PubNub MCP Server
by pubnub

PubNub Model Context Protocol MCP Server for Cursor and Claude

449 installs/wk local only
Yahoo Mail MCP
by andesstriker

Read, search, move, and delete Yahoo Mail over IMAP — MCP server for Claude

local only

ask-fable — questions

Answers built from our own checks of this server.

Why is there no uptime for ask-fable?
ask-fable 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 ask-fable.
How do I connect ask-fable?
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 ask-fable straight from pypi; nothing to host, nothing to sign up for.
Is ask-fable open source?
Yes — it is published under the MIT licence, written in Python and 0 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.