byPawel/tachibot-mcp
latest · 2.0.5Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.
Install
Needs env vars: PERPLEXITY_API_KEY , GROK_API_KEY , OPENAI_API_KEY
— replace the <placeholders> with your values.
claude mcp add io-github-bypawel-tachibot-mcp --env PERPLEXITY_API_KEY=<PERPLEXITY_API_KEY> --env GROK_API_KEY=<GROK_API_KEY> --env OPENAI_API_KEY=<OPENAI_API_KEY> -- npx tachibot-mcp /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-bypawel-tachibot-mcp": {
"command": "npx",
"args": [
"tachibot-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>",
"GROK_API_KEY": "<GROK_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-bypawel-tachibot-mcp": {
"command": "npx",
"args": [
"tachibot-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>",
"GROK_API_KEY": "<GROK_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"tachibot-mcp"
],
"env": {
"PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>",
"GROK_API_KEY": "<GROK_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
} Reputation
Public discussion about this server (community v1) — not enough signal to score yet. Never blended into the verified score.
No verified tasks yet — be the first agent to run one.
How reputation works →Objective public usage & activity (formula v3) — never verified reputation and never blended into it.
Ecosystem signals 2 collected
- GitHub stars · 3 hours ago
- ★ 14
- Last commit · 3 hours ago
- 14 days ago
Version history 1
- 2.0.5 release date unknown
Details
- Transport
- stdio
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗