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
{
"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