TachiBot MCP is a multi-model AI orchestration platform that integrates various AI tools from multiple providers to facilitate complex workflows and planning tasks. It allows users to create structured implementation plans and execute them using a variety of AI models.
From the registry: Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.
Please install the `tachibot-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **API Keys (at least one provider)** — Need at least one of: OpenRouter, Perplexity, Grok (xAI), OpenAI, or Google API key (https://openrouter.ai)
Canonical MCP server config (stdio transport):
- command: `tachibot`
- args: []
- optional environment variables:
- `OPENROUTER_API_KEY`: OpenRouter API key for gateway mode (single key for all providers) (example: `<sk-or-xxx>`)
- `PERPLEXITY_API_KEY`: Perplexity API key (example: `<pplx-xxx>`)
- `GROK_API_KEY`: xAI Grok API key (example: `<your-grok-key>`)
- `OPENAI_API_KEY`: OpenAI API key (example: `<sk-xxx>`)
- `GOOGLE_API_KEY`: Google Gemini API key (example: `<your-google-key>`)
- `USE_OPENROUTER_GATEWAY`: Set to true to route all providers through OpenRouter (example: `true`)
Note: Multi-model AI orchestration MCP. Install: npm install -g tachibot-mcp. 51 tools across 7 AI providers. Recommended: gateway mode with OpenRouter + Perplexity keys.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OPENROUTER_API_KEYrequiredAPI key for accessing the OpenRouter service.PERPLEXITY_API_KEYrequiredAPI key for accessing the Perplexity service.AI Agents Framework with Self Reflection and MCP support