mcpbeat Sign in

Tachibot MCP Server

local only

Tachibot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 413 installs a week from npm. Last commit 14 Sep 2026.

Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.

Installs per day peak 243 · avg 59 · +12% w/w
a month agotoday
413
Installs / week
npm · tachibot-mcp
14
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 1 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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall-hint.js || true
        try { return fs.statSync(path.join(dir, bin + ext)).isFile(); } catch { return false; }
Dumps the whole environment src/utils/tool-config.ts:251
  const envVars = Object.keys(process.env);

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

This one needs environment variables set before it will start: PERPLEXITY_API_KEY (Perplexity API key for web search, research, and reasoning (https://www.perplexity.ai/settings/api)), GROK_API_KEY (Grok/xAI API key for code analysis, debugging, and architecture (https://console.x.ai/)), OPENAI_API_KEY (OpenAI API key for GPT-5 analysis and comparison (https://platform.openai.com/api-keys)), GOOGLE_API_KEY (Google Gemini API key for brainstorming and code/text analysis (https://aistudio.google.com/apikey)), OPENROUTER_API_KEY (OpenRouter API key for Qwen3 Coder and other models), TACHIBOT_PROFILE (Tool profile selection: minimal, research_power, code_focus, balanced, or full (default: balanced)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tachibot MCP

same job, measured the same way
Multi-MCP
by religa

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

64 installs/wk local only
Proletariat CLI
by chrismcdermut

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

191 installs/wk local only
I
Vynn MCP
by beee003

Self-improving AI workflows with backtesting, prompt optimization, and scheduling

53 installs/wk local only
Agentpmt
by agentpmt

AI agent marketplace for automated employees, workflows, skills, and tool orchestration.

answering
VMware Pilot
by zw008

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

838 installs/wk local only
VMware Pilot
by vmware-skills

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

local only
pAIchart MCP Hub
by paichart

MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration

answering
Agent Lsp
by blackwell-systems

Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.

238 installs/wk local only

Tachibot MCP — questions

Answers built from our own checks of this server.

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