← Index

io.github.byPawel/tachibot-mcp

io.github.byPawel/tachibot-mcp·v2.0.5·Other
Quality Score
75
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tachibot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tachibot-mcp"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "<your-perplexity_api_key>",
        "GROK_API_KEY": "<your-grok_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GOOGLE_API_KEY": "<your-google_api_key>",
        "OPENROUTER_API_KEY": "<your-openrouter_api_key>",
        "TACHIBOT_PROFILE": "<tachibot_profile>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tachibot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tachibot-mcp"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "<your-perplexity_api_key>",
        "GROK_API_KEY": "<your-grok_api_key>",
        "OPENAI_API_KEY": "<your-openai_api_key>",
        "GOOGLE_API_KEY": "<your-google_api_key>",
        "OPENROUTER_API_KEY": "<your-openrouter_api_key>",
        "TACHIBOT_PROFILE": "<tachibot_profile>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tachibot-mcp
§02  Environment variables
PERPLEXITY_API_KEY
requiredsecret

Perplexity API key for web search, research, and reasoning (https://www.perplexity.ai/settings/api)

GROK_API_KEY
requiredsecret

Grok/xAI API key for code analysis, debugging, and architecture (https://console.x.ai/)

OPENAI_API_KEY
requiredsecret

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)

§03  MCP Quality Score  ·  methodology
freshness
15
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other