PluginBench
MCP Server
Active

io.github.byPawel/tachibot-mcp MCP Server

io.github.byPawel/tachibot-mcp

What is the io.github.byPawel/tachibot-mcp MCP server?

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

How to install io.github.byPawel/tachibot-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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)

Claude Desktop
~/Library/Application Support/Claude/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": "<YOUR_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": "<YOUR_TACHIBOT_PROFILE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_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": "<YOUR_TACHIBOT_PROFILE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tachibot-mcp": {
      "type": "stdio",
      "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": "<YOUR_TACHIBOT_PROFILE>"
      }
    }
  }
}
Claude Code
claude mcp add tachibot-mcp --env PERPLEXITY_API_KEY=<YOUR_PERPLEXITY_API_KEY> --env GROK_API_KEY=<YOUR_GROK_API_KEY> --env OPENAI_API_KEY=<YOUR_OPENAI_API_KEY> --env GOOGLE_API_KEY=<YOUR_GOOGLE_API_KEY> --env OPENROUTER_API_KEY=<YOUR_OPENROUTER_API_KEY> --env TACHIBOT_PROFILE=<YOUR_TACHIBOT_PROFILE> -- npx -y tachibot-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →