Skip to content
Cursor

tachibot mcp for Cursor

io.github.bypawel/tachibot-mcp

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

client:Cursor transport:stdio runtime:npm

Install tachibot mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tachibot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tachibot-mcp"
      ],
      "env": {
        "PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>",
        "GROK_API_KEY": "<GROK_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "TACHIBOT_PROFILE": "<TACHIBOT_PROFILE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tachibot mcp in other clients