Tachibot MCP Server

TachiBot MCP: 65 AI tools, 12 providers. Multi-model orchestration (Perplexity, Grok, OpenAI, Gemini, Qwen, Kimi, MiniMax, DeepSeek, GLM, StepFun

Remote serverstreamable-httpTypeScript

What is the Tachibot MCP MCP server?

TachiBot MCP: 65 AI tools, 12 providers. Multi-model orchestration (Perplexity, Grok, OpenAI, Gemini, Qwen, Kimi, MiniMax, DeepSeek, GLM, StepFun, ERNIE, local), YAML workflows, token-optimized profiles. Smart routing, parallel execution. That is what the tachibot mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Orchestrate Perplexity, Grok 4.5, GPT-5.6, Gemini, Qwen, Kimi K3, and MiniMax M3 from Claude Code, Claude Desktop, Cursor, or any MCP client.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 3 tools. What each one is for:

  • Skills — /review, /redteam, /spec, /triage, /setup
  • Fixes — The Fixes tool exposed by this server
  • Installation — The Installation tool exposed by this server

What it needs from you

Configuration is passed through the environment: OPENROUTER_API_KEY, PERPLEXITY_API_KEY, USE_OPENROUTER_GATEWAY, GROK_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of AI and media services servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Tachibot MCP's toolset — Skills, Fixes, Installation — is a fair guide to whether it matches your workflow. It is maintained by bypawel; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Skills/review, /redteam, /spec, /triage, /setup
FixesThe Fixes tool exposed by this server.
InstallationThe Installation tool exposed by this server.

How to install the Tachibot MCP MCP server

{
  "mcpServers": {
    "tachibot": {
      "command": "npx",
      "args": ["-y", "tachibot-mcp"],
      "env": {
        "OPENROUTER_API_KEY": "your-value",
        "PERPLEXITY_API_KEY": "your-value",
        "USE_OPENROUTER_GATEWAY": "your-value",
        "GROK_API_KEY": "your-value",
        "OPENAI_API_KEY": "your-value",
        "GOOGLE_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
OPENROUTER_API_KEYCredential the server authenticates with.Yes
PERPLEXITY_API_KEYCredential the server authenticates with.Yes
USE_OPENROUTER_GATEWAYConfiguration value read at startup.Optional
GROK_API_KEYCredential the server authenticates with.Yes
OPENAI_API_KEYCredential the server authenticates with.Yes
GOOGLE_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Tachibot MCP to Skills.
  • Use Tachibot MCP to Fixes.
  • Use Tachibot MCP to Installation.

Frequently asked questions

It connects Tachibot MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Skills, Fixes, Installation) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Tachibot MCP directly.