tachibot-mcp
About
Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PERPLEXITY_API_KEY GROK_API_KEY OPENAI_API_KEY GOOGLE_API_KEY OPENROUTER_API_KEY TACHIBOT_PROFILEClaude Code
claude mcp add --env PERPLEXITY_API_KEY= --env GROK_API_KEY= --env OPENAI_API_KEY= --env GOOGLE_API_KEY= --env OPENROUTER_API_KEY= --env TACHIBOT_PROFILE= tachibot-mcp -- npx tachibot-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tachibot-mcp","command":"npx","args":["tachibot-mcp"],"env":{"PERPLEXITY_API_KEY":"","GROK_API_KEY":"","OPENAI_API_KEY":"","GOOGLE_API_KEY":"","OPENROUTER_API_KEY":"","TACHIBOT_PROFILE":""}}'
JSON
{
"mcpServers": {
"tachibot-mcp": {
"command": "npx",
"args": [
"tachibot-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "",
"GROK_API_KEY": "",
"OPENAI_API_KEY": "",
"GOOGLE_API_KEY": "",
"OPENROUTER_API_KEY": "",
"TACHIBOT_PROFILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.