TachiBot MCP: 65 AI tools, 12 providers. Multi-model orchestration (Perplexity, Grok, OpenAI, Gemini, Qwen, Kimi, MiniMax, DeepSeek, GLM, StepFun
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.
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.
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 server publishes 3 tools. What each one is for:
Skills — /review, /redteam, /spec, /triage, /setupFixes — The Fixes tool exposed by this serverInstallation — The Installation tool exposed by this serverConfiguration 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.
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.
| Tool | What it does |
|---|---|
| Skills | /review, /redteam, /spec, /triage, /setup |
| Fixes | The Fixes tool exposed by this server. |
| Installation | The Installation tool exposed by this 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.
| Variable | Description | Required |
|---|---|---|
| OPENROUTER_API_KEY | Credential the server authenticates with. | Yes |
| PERPLEXITY_API_KEY | Credential the server authenticates with. | Yes |
| USE_OPENROUTER_GATEWAY | Configuration value read at startup. | Optional |
| GROK_API_KEY | Credential the server authenticates with. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| GOOGLE_API_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.