Home › Other › tachibot-mcp

tachibot-mcp

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

TypeScript
★ 14 stars Last pushed 2026-09-14 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.5)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "tachibot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "<YOUR_VALUE>",
        "GROK_API_KEY": "<YOUR_VALUE>",
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "GOOGLE_API_KEY": "<YOUR_VALUE>",
        "OPENROUTER_API_KEY": "<YOUR_VALUE>",
        "TACHIBOT_PROFILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • PERPLEXITY_API_KEY required secret — Perplexity API key for web search, research, and reasoning (https://www.perplexity.ai/settings/api)
  • GROK_API_KEY required secret — Grok/xAI API key for code analysis, debugging, and architecture (https://console.x.ai/)
  • OPENAI_API_KEY required secret — OpenAI API key for GPT-5 analysis and comparison (https://platform.openai.com/api-keys)
  • GOOGLE_API_KEY secret — Google Gemini API key for brainstorming and code/text analysis (https://aistudio.google.com/apikey)
  • OPENROUTER_API_KEY secret — OpenRouter API key for Qwen3 Coder and other models
  • TACHIBOT_PROFILE — Tool profile selection: minimal, research_power, code_focus, balanced, or full (default: balanced)

Related servers

Data from the Official MCP Registry