io.github.byPawel/tachibot-mcp

效率与工作流

by bypawel

支持多模型 AI orchestration,内置 31 个工具、YAML workflows 和 5 种 token 优化配置。

什么是 io.github.byPawel/tachibot-mcp

支持多模型 AI orchestration,内置 31 个工具、YAML workflows 和 5 种 token 优化配置。

README

<div align="center">

TachiBot MCP

Multi-Model AI Orchestration Platform

Version Tools License Node MCP

51 AI tools. 7 providers. One protocol.

Orchestrate Perplexity, Grok, GPT-5, Gemini, Qwen, Kimi K2.5, and MiniMax M2.5 from Claude Code, Claude Desktop, Cursor, or any MCP client.

Get Started · View Tools · Documentation

<br>

If TachiBot helps your workflow, a star goes a long way.

GitHub stars npm downloads

</div>

What's New in v2.15.0

/blueprint Skill — Multi-Model Implementation Planning

New skill that creates bite-sized TDD implementation plans using a 7-step multi-model council:

code
/blueprint add OAuth with refresh tokens

Pipeline: Grok search → Qwen+Kimi analysis → Kimi decompose → GPT pre-mortem critique → Gemini final judgment → bite-sized TDD output (exact files, test-first steps, commit points).

Bridges planner_maker's multi-model intelligence with the writing-plans execution format.

31 Prompt Engineering Techniques (was 22)

Added 9 research-backed techniques for coding and decision-making:

TechniqueSourceCategory
reflexionShinn et al. 2023Engineering
react (ReAct)Yao et al. 2022Engineering
rubber_duckHunt & Thomas 2008Engineering
test_drivenBeck 2003Engineering
scot (Structured CoT)Li et al. 2025 (+13.79% HumanEval)Structured Coding
pre_post (Contracts)Empirical SE 2025Structured Coding
bdd_spec (Given/When/Then)BDD 2025Structured Coding
least_to_mostZhou et al. 2022Research
pre_mortemKlein 2007Decision

Techniques are embedded directly in tool system prompts for automatic application.

MiniMax M2.5 Upgrade

  • minimax_code — SWE-Bench 80.2%, per-task TECHNIQUE tags (SCoT, reflexion, rubber_duck), per-task temperatures
  • minimax_agent — ReAct + least-to-most decomposition protocol, HALT criteria

Enhanced Skills

  • /breakdown — now uses least_to_most ordering + pre_mortem failure analysis
  • /judge — first judge now runs pre-mortem ("assume this FAILED")
  • /decompose — deep-dives include pre/post contracts per sub-problem
  • /prompt — auto-recommend flow with 30-intent matching guide, 13 categories

Skills (Claude Code)

TachiBot ships with 9 slash commands for Claude Code. These orchestrate the tools into powerful workflows:

SkillWhat it doesExample
/blueprintMulti-model planning → bite-sized TDD steps/blueprint add OAuth with refresh tokens
/judgeMulti-model council - parallel analysis with synthesis/judge how to implement rate limiting
/thinkSequential reasoning chain with any model/think grok,gemini design a cache layer
/focusMode-based reasoning (debate, research, analyze)/focus architecture-debate Redis vs Pg
/breakdownStrategic decomposition with pre-mortem/breakdown refactor payment module
/decomposeSplit into sub-problems, deep-dive each one/decompose implement collaborative editor
/promptRecommend the right thinking technique (31 available)/prompt why do users churn
/algoAlgorithm analysis with 3 specialized models/algo optimize LRU cache O(1)
/tachiHelp - see available skills, tools, key status/tachi

Skills automatically adapt to your configured API keys. Even with just 1-2 providers, all skills work.

Getting started? Type /tachi to see what's available.


Key Features

Multi-Model Intelligence

  • 51 AI Tools across 7 providers — Perplexity, Grok, GPT-5, Gemini, Qwen, Kimi, MiniMax
  • Multi-Model Council — planner_maker synthesizes plans from 5+ models into bite-sized TDD steps
  • Smart Routing — Automatic model selection for optimal results
  • OpenRouter Gateway — Optional single API key for all providers

Advanced Workflows

  • YAML-Based Workflows — Multi-step AI processes with dependency graphs
  • Prompt Engineering — 31 research-backed techniques (including SCoT, ReAct, Reflexion)
  • Verification Checkpoints — 50% / 80% / 100% with automated quality scoring
  • Parallel Execution — Run multiple models simultaneously

Tool Profiles

ProfileToolsBest For
Minimal12Quick tasks, low token budget
Research Power31Deep investigation, multi-source
Code Focus29Software development, SWE tasks
Balanced39General-purpose, mixed workflows
Heavy Coding (default)45Max code tools + agentic workflows
Full51Everything enabled

Developer Experience

  • Claude Code — First-class support
  • Claude Desktop — Full integration
  • Cursor — Works seamlessly
  • TypeScript — Fully typed, extensible

Quick Start

Installation

bash
npm install -g tachibot-mcp

Setup

Gateway Mode (Recommended) — 2 keys, all providers:

json
{
  "mcpServers": {
    "tachibot": {
      "command": "tachibot",
      "env": {
        "OPENROUTER_API_KEY": "sk-or-xxx",
        "PERPLEXITY_API_KEY": "pplx-xxx",
        "USE_OPENROUTER_GATEWAY": "true"
      }
    }
  }
}

Direct Mode — One key per provider:

json
{
  "mcpServers": {
    "tachibot": {
      "command": "tachibot",
      "env": {
        "PERPLEXITY_API_KEY": "your-key",
        "GROK_API_KEY": "your-key",
        "OPENAI_API_KEY": "your-key",
        "GOOGLE_API_KEY": "your-key",
        "OPENROUTER_API_KEY": "your-key"
      }
    }
  }
}

Get keys: OpenRouter | Perplexity

See Installation Guide for detailed instructions.


Tool Ecosystem (51 Tools)

Research & Search (6)

perplexity_ask · perplexity_research · perplexity_reason · grok_search · openai_search · gemini_search

Reasoning & Planning (9)

grok_reason · openai_reason · qwen_reason · qwq_reason · kimi_thinking · kimi_decompose · planner_maker · planner_runner · list_plans

Code Intelligence (8)

kimi_code · grok_code · grok_debug · qwen_coder · qwen_algo · qwen_competitive · minimax_code · minimax_agent

Analysis & Judgment (11)

gemini_analyze_text · gemini_analyze_code · gemini_judge · jury · gemini_brainstorm · openai_brainstorm · openai_code_review · openai_explain · grok_brainstorm · grok_architect · kimi_long_context

Meta & Orchestration (5)

think · nextThought · focus · tachi · usage_stats

Workflows (9)

workflow · workflow_start · continue_workflow · list_workflows · create_workflow · visualize_workflow · workflow_status · validate_workflow · validate_workflow_file

Prompt Engineering (3)

list_prompt_techniques · preview_prompt_technique · execute_prompt_technique

Advanced Modes (bonus)

  • Challenger — Critical analysis with multi-model fact-checking
  • Verifier — Multi-model consensus verification
  • Scout — Hybrid intelligence gathering

Example Usage

Multi-Model Planning

typescript
// Create a plan with multi-model council
planner_maker({ task: "Build a REST API with auth and tests", mode: "start" })
// → Grok searches → Qwen analyzes → Kimi decomposes → GPT critiques → Gemini synthesizes

// Execute with checkpoints
planner_runner({ plan: planContent, mode: "step", stepNum: 1 })
// → Automatic verification at 50%, 80% (kimi_decompose), and 100%

Task Decomposition

typescript
kimi_decompose({
  task: "Migrate monolith to microservices",
  depth: 3,
  outputFormat: "dependencies"
})
// → Structured subtasks with IDs, parallel flags, acceptance criteria

Code Review

typescript
kimi_code({
  task: "review",
  code: "function processPayment(amount, card) { ... }",
  language: "typescript"
})
// → SWE-Bench 76.8% quality analysis

Deep Reasoning

typescript
focus({
  query: "Design a scalable event-driven architecture",
  mode: "deep-reasoning",
  models: ["grok", "gemini", "kimi"],
  rounds: 5
})

Documentation

Setup Guides


Contributing

Contributions welcome! See CONTRIBUTING.md for guidelines.


<div align="center">

Like what you see?

Star on GitHub — it helps more than you think.

GitHub stars

Website · Docs · npm · Issues

AGPL-3.0 — see LICENSE for details.

Made with care by @byPawel

Multi-model AI orchestration, unified.

</div>

常见问题

io.github.byPawel/tachibot-mcp 是什么?

支持多模型 AI orchestration,内置 31 个工具、YAML workflows 和 5 种 token 优化配置。

相关 Skills

表格处理

by anthropics

Universal
热门

围绕 .xlsx、.xlsm、.csv、.tsv 做读写、修复、清洗、格式整理、公式计算与格式转换,适合修改现有表格、生成新报表或把杂乱数据整理成交付级电子表格。

做 Excel/CSV 相关任务很省心,能直接读写、修复、清洗和格式转换,尤其擅长把乱七八糟的表格整理成交付级文件。

效率与工作流
未扫描109.6k

PDF处理

by anthropics

Universal
热门

遇到 PDF 读写、文本表格提取、合并拆分、旋转加水印、表单填写或加解密时直接用它,也能提取图片、生成新 PDF,并把扫描件通过 OCR 变成可搜索文档。

PDF杂活别再来回切工具了,文本表格提取、合并拆分到OCR识别一次搞定,连扫描件也能变可搜索。

效率与工作流
未扫描109.6k

Word文档

by anthropics

Universal
热门

覆盖Word/.docx文档的创建、读取、编辑与重排,适合生成报告、备忘录、信函和模板,也能处理目录、页眉页脚、页码、图片替换、查找替换、修订批注及内容提取整理。

搞定 .docx 的创建、改写与精排版,目录、批量替换、批注修订和图片更新都能自动化,做正式文档尤其省心。

效率与工作流
未扫描109.6k

相关 MCP Server

文件系统

编辑精选

by Anthropic

热门

Filesystem 是 MCP 官方参考服务器,让 LLM 安全读写本地文件系统。

这个服务器解决了让 Claude 直接操作本地文件的痛点,比如自动整理文档或生成代码文件。适合需要自动化文件处理的开发者,但注意它只是参考实现,生产环境需自行加固安全。

效率与工作流
82.9k

by wonderwhy-er

热门

Desktop Commander 是让 AI 直接执行终端命令、管理文件和进程的 MCP 服务器。

这工具解决了 AI 无法直接操作本地环境的痛点,适合需要自动化脚本调试或文件批量处理的开发者。它能让你用自然语言指挥终端,但权限控制需谨慎,毕竟让 AI 执行 rm -rf 可不是闹着玩的。

效率与工作流
5.8k

EdgarTools

编辑精选

by dgunning

热门

EdgarTools 是无需 API 密钥即可解析 SEC EDGAR 财报的开源 Python 库。

这个工具解决了金融数据获取的痛点——直接让 AI 读取结构化财报,比如让 Claude 分析苹果的 10-K 文件。适合量化分析师或金融开发者快速构建数据管道。但注意,它依赖 SEC 网站稳定性,高峰期可能延迟。

效率与工作流
1.9k

评论